Hi,
usbd_cdc_acm project implemented UART over usb, which is great. However it cannot send bytes from PC to DK board, only DK board back to PC.
In order to implement sending bytes from PC to DK board, I looked into another project "uart"
If I spliced the following code into usbd_cdc_acm project, would i be able to do double direction communication? Like press 'Q' to exit.
if yes, what should I set RX_PIN_NUMBER to?