Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Windows XP 和 Windows 7 (RasSetEntryProperties) 中的代码中创建拨号连接。这些条目的默认波特率是 19200。
使用 Win32 如何更改 Windows XP 和 Windows 7 中的波特率?
设置通信状态。首先调用 GetCommState,以便您可以保留其他不想更改的现有设置。
在使 RAS 条目解决此问题之前,修改调制解调器注册表条目中的 DCB 和 MaxConnectSpeed。