How can i set the baud rate to 2MBaud in C source code on Windows / Visual Studio 2010.
dcb.BaudRate = 2000000UL; //doesn't work.
Data sending at least works, tested using a serial port monitor. My microcontroller and it's ftdi chip is also working fine with 2mbaud using Bray's terminal.
Is there any possibility to find out the current settings of a com port?