2015-03-12 07:05 AM
Hi,
I am new to smt32 and also this kind of C programming. I tryied to understand the USB example for VCP offered by stm32 but without success. What I am looking for is to understand how I can send and receive messages from main to USB, something like: USB.write(''hello!''); string text = USB.read(); or something similar. Thanks! #usb #stm32 #vcp