virtual comport baudrate
Hi,
I have got a virtual COM port created for a USB dongle and the communication through the port has been verified by Hyperterminal. Hyperterminal is able to show bitrate setting upto 921600bps. but in Visual C++ if i am trying to set DCB parameter baud rate to 921600 its showing compilation error. In device manager also the setting is upto 128000bps. How to set this parameter through Visual C++. ? do i have to change the settings in registry or something like that. Please do give valuable solutions.
Thanking in advance.