INFO: Possible Serial Baud Rates on Various Machines (99026)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API), when used with:
- the operating system: Microsoft Windows NT 3.1
- the operating system: Microsoft Windows NT 3.5
- the operating system: Microsoft Windows NT 3.51
- the operating system: Microsoft Windows NT 4.0
- the operating system: Microsoft Windows 2000
- the operating system: Microsoft Windows XP
This article was previously published under Q99026 SUMMARY
Computers running Microsoft Windows NT, Windows 2000, or Windows XP may be unable to set the same serial baud rates due to differences in serial port hardware on various platforms and computers. These differences may be important to note when writing a serial communications application that runs on different Windows NT, Windows 2000, or Windows XP platforms.
The simplest way to determine what baud rates are available on a particular
serial port is to call the GetCommProperties() application programming
interface (API) and examine the COMMPROP.dwSettableBaud bitmask to
determine what baud rates are supported on that serial port.
| Modification Type: | Major | Last Reviewed: | 4/8/2004 |
|---|
| Keywords: | kbAPI kbCommPort kbinfo kbKernBase kbSerial KB99026 |
|---|
|