How to properly use the CDC library without UART, how to properly receive data with USBD_CDC_ReceivePacket()
I am using the CDC library as a quick way to get USB communication with a linux machine. I understand that to use the USBD_CDC_TransmitPacket() function you first check the TxState variable in the CDC handle struct then set the buffer with USBD_CDC_...