2014-02-28 02:00 PM
Hi, i'm newbie on stm32 and i have some questions about it ! I have f3discovery and i would like to communicate with my pc by usb ! I want to send to my pc the angles values of the gyroscope. On my pc i use Qt. I have compiled libusb and hidapi (i don't know for the moment witch i need to use) ... I already send data to my pc with USART (with FTDI) but i want to use USB. I know serial com with Qt but not usb for the moment. On the exemple give with this card they don't have an exemple with cdc (vpc) just an exemple with USB Hid ! I just want to send angular data to my pc, do you think it's better for me to use cdc or hid (i think for data transfert isochronous is better ?) Do you have an exemple of cdc transfert with this card ?
2014-03-04 01:28 PM
Look at this example, it will help you:
http://www.pezzino.ch/stm32f3-discovery-usb-virtual-com-port/2014-03-08 01:53 AM
Thanks, i already find this link and now i have the com ...