Question

I am creating dial-up connection in code in Windows XP and Windows 7 (RasSetEntryProperties). The entries come up with the default baud rate of 19200.

Using Win32 how do I change the baud rate in both Windows XP and Windows 7?

Was it helpful?

Solution 2

Modify the DCB and MaxConnectSpeed in the modem registry entry BEFORE making the RAS entry solves this issue.

OTHER TIPS

SetCommState. Call GetCommState first so you can preserve other existing settings that you don't want to change.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top