Send and receive serial port data from PC to the ST25DV Discovery EVK via St-Link virtual COM port.
We would like this to be done though the St-Link virtual COM port that we see appears in windows when the MINI USB cable is plugged in.
The code seems to have some of this in place but it does not work...
#define COMn ((COM_TypeDef)1)
#define COM1_UART USART6
Usart6 seems like its the correct uart to use on the STM32 part that connects to the St-Link HW.
How to we send and receive to the PC from the demo code?
