The information in this article applies to:
SUMMARY
Computers running Windows NT may be unable to set the same serial baud
rates due to differences in serial port hardware on various platforms and
machines. These differences may be important to note when writing a serial
communications application that runs on different Windows NT platforms.
MORE INFORMATION
Some baud rates may be available on one machine and not on another because
of differences in the serial port hardware used on the two machines. Most
Intel 80x86 machines use a standard 1.8432 megahertz (MHz) clock speed on
serial port hardware, and therefore most Intel machines can set the same
baud rates. However, on other platforms, such as MIPS, there is no standard
serial port clock speed. MIPS serial ports are known to exist with 1.8432
MHz, 3.072 MHz, 4.2336 MHz, and 8.0 MHz serial port clock chips. Future NT
implementations on other platforms may have different serial port clock
speeds as well.
The actual baud rate can be calculated by dividing the divisor multiplied
by 16 into the clock rate. For example, for a 1.8432 MHz clock and a
divisor of 2, the baud rate would be:
1843200 Hz / (2 * 16) = 57600For all other cases, as long as the requested baud rate is within 1 percent of the nearest baud rate that can be found with an integer divisor, the baud rate request will succeed. Additional query words: 3.10 3.50
Keywords : kbAPI kbCommPort kbKernBase kbNTOS310 kbNTOS350 kbNTOS351 kbNTOS400 kbWinOS2000 kbDSupport kbGrpKernBase kbSerial |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |