arduino_nano_33_ble UART through CDC #37591
Answered
by
joaodullius
joaodullius
asked this question in
Q&A
-
Should adding CONFIG_BOARD_ARDUINO_NANO_33_BLE_EN_USB_CONSOLE in proj.conf for a project such as samples/hello_world be sufficient to get a console output through USB CDC ACM in the arduino_nano_33_ble? I'm simply unable to get my Windows host to open any COM port with the Arduino through the USB (only on bootloader mode). Any thoughts? |
Beta Was this translation helpful? Give feedback.
Answered by
joaodullius
Aug 11, 2021
Replies: 1 comment
-
USB initialization... Was able to get it sorted on the samples/subsys/usb/console example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joaodullius
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
USB initialization... Was able to get it sorted on the samples/subsys/usb/console example.