2014-08-25 09:22 AM
Hi, i recently restarted the atempt to configure the stm32f407VG discovery board as a virtual com port.
Now its detected ok by windows 7, i can see it in the device manager, looks like the usb is initialized corectly. But my question is what are the public functions to send or recive data via vcp? Tryied the VCP_Init(); and VCP_DataTx (uint8_t* Buf, uint32_t Len) but the complier says''Error[Li005]: no definition for ''VCP_DataTx'' [referenced from C:\Users\moro\Desktop\discovery F4\inemo august\Debug\Obj\main.o]
''I am guesing that these are private functions, thats why i ask, what are the public functions for tx and rx ?
I am using usb lib STM32_USB-Host-Device_Lib_V2.1.0 Bellow is atached a picture with the code setup and the workspace files ( tryied from the EWARM st example)