-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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 default console for debugging. Currently I am using this as a workaround:
import usb_cdc
import nonblocking_serialinput as nb_serialin
my_input = nb_serialin.NonBlockingSerialInput(serial=usb_cdc.data)
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-import usb_cdc
Metadata
Metadata
Assignees
Labels
No labels