-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requesting support for 'data' serial console #3
Comments
Hello @DeviousFusion great its working for you. yeah that is the way i thought about this... and the only reason i have to import i could add a second class that just defaults to the data channel.. i think i will do this refactor next week - feel free to ping if i forget about it.. ;-) |
I like the idea of the refactor such that both consoles have their own classes. Limits cross-chatter and allows for better integration with other libraries as you mentioned. Again no rush. |
i just did the refactoring - fell free to test and report if it is working or i have done something stupid in the hurry... ;-) |
Hey @s-light ! Thank you for this library. I have been using with Rpi pico and it works great. I was hoping you could add support for the second serial console that usb_cdc provides: usb_cdc.data. This allows me to send serial commands on
data
console, while keep the defaultconsole
for debugging. Currently I am using this as a workaround:But the above requires me to import
usb_cdc
. If this is the way you envisioned then we can close the issue request, but I feel the user shouldn't have to re-importusb_cdc
The text was updated successfully, but these errors were encountered: