Question
Receive and send data with STM32L100RC
Hi,
I'm using a STM32L100RC discovery board and I'm trying to send/receive two words (string type) to/from another program not related to the MCU. Nevertheless, the Virtual Com Port (VCP) is not available on this device. Is it still possible to use the functions CDC_Transmit_FS(...,...) and CDC_Receive_FS(...,...) ? Or is there another type of solution ?
Thank you in advance for your help,
Jay.