Jump to content

SIO.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "The Sio.sys driver is a replacement for the com.sys driver. The Sio.sys driver can support up to 16 COM ports. DEVICE=\OS2\BOOT\SIO.SYS <parameters> DEVICE=\OS2\BOOT\SIO.SYS..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
The Sio.sys driver is a replacement for the com.sys driver. The Sio.sys driver can support up to 16 COM ports.
The SIO.SYS driver is a replacement for the [[COM.SYS]] driver that supports up to 16 COM ports.
  DEVICE=\OS2\BOOT\SIO.SYS <parameters>
  DEVICE=\OS2\BOOT\SIO.SYS <parameters>
  DEVICE=\OS2\BOOT\SIO.SYS (Cn, An, In, Ig, Fc)
  DEVICE=\OS2\BOOT\SIO.SYS (Cn, An, In, Ig, Fc)


* CN
==Parameters==
The number of the Com port or the string COM1 to COMn.
* CN -The number of the Com port or the string COM1 to COMn. If you use a * in front of the Com port, then the port will be used as a PCMCIA Com port.
If you use a * in front of the Com port, then the port will be used as a PCMCIA Com port.
* AN - A hexnumber to define the I/O address of the Com port.
 
* IN - The IRQ number (0 to 15) or the string IRQ0 to IRQ15. If you don't use this parameter, SIO will search for a IRQ.
* AN
* IG - This exists only for compatibility with COM.SYS and is ignored by SIO.SYS.
A hexnumber to define the I/O address of the Com port.
 
* IN
The IRQ number (0 to 15) or the string IRQ0 to IRQ15. If you don't use this parameter, SIO will search for a IRQ.
 
* IG
This exists only for compatibility with COM.SYS and is ignored by Sio.sys.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]

Latest revision as of 17:31, 29 August 2021

The SIO.SYS driver is a replacement for the COM.SYS driver that supports up to 16 COM ports.

DEVICE=\OS2\BOOT\SIO.SYS <parameters>
DEVICE=\OS2\BOOT\SIO.SYS (Cn, An, In, Ig, Fc)

Parameters

  • CN -The number of the Com port or the string COM1 to COMn. If you use a * in front of the Com port, then the port will be used as a PCMCIA Com port.
  • AN - A hexnumber to define the I/O address of the Com port.
  • IN - The IRQ number (0 to 15) or the string IRQ0 to IRQ15. If you don't use this parameter, SIO will search for a IRQ.
  • IG - This exists only for compatibility with COM.SYS and is ignored by SIO.SYS.