Can I get the CDC_Receive_FS () to read data character-by-character instead of the receiving the entire packet?
I am trying to transmit/receive data via Virtual COM port in the STM32L5xx using the USB CDC libraries. I understand that the entry to the CDC_Receive_FS() would give me an entire packet of data that I enter on the serial terminal.
I would like to know if there is a way to just read a single character upon entry to the CDC_Receive_FS() and read the data in successive callbacks?
Any leads on this would be really of help.
Thanks,
Janani
