Article ID: 139369
Article Last Modified on 10/30/2006
Driver Hardware ---------------------------------------------------------------------- COM01.SYS IBM PC/AT or compatible computer COM02.SYS IBM PS/2To direct COM01.SYS to load from the OS2 directory on drive C, add the following line to the CONFIG.SYS file before any Microsoft LAN Manager settings:
device=c:\os2\com01.sysWhen this driver is loaded, OS/2 and MS-DOS programs can use the serial communications ports on IBM PC/AT (or compatible) computers.
MODE com2
Option Purpose
----------------------------------------------------------------------
com# Specifies the number of the asynchronous
communications (COM) port.
baud Specifies the transmission rate. Valid rates are 110,
150, 300, 600, 1200, 1800, 2400, 3600, 4800, 7200,
9600, and 19,200. The first two digits specify the
transmission rate.
parity Specifies the parity. Valid values are N(none), O
(odd), E (even), M (mark; the parity equals 1), os S
(space; the parity equals zero). The default value is
E.
databits Specifies the number of databits. Valid values are 5,
6, 7, or 8. The default is 7.
stopbits Specifies the number of stop bits. Valid values are 1,
1.5, and 2. The default value is 1.
The baud option must be set; all other arguments are optional.
MODE com1: 9600,N,8,1
Additional query words: 3.20 mta lan man
Keywords: KB139369