User Activity

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_...