Hi,
I'm working with the EVK-MIMXRT1010 board. Can I use the USB OTG port to connect a USB to UART converter and send/receive data as a virtual COM port? (I already know I can use the LPUARTs for serial COMs). If so, can you point me out to some example I can use as a starting point? Thanks!
Hi,
We have USB examples in the SDK under <SDK_PATH>\boards\evkmimxrt1010\usb_examples
I think usb_device_cdc_vcom is the example you are looking for.
-Alex
Thanks!