Jump to content

USBCOM.SYS: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
{{ProdS |V30=S|V31=S|V40=S|V45=S}}
Driver for USB modems. At the moment support is only available for some devices from IBM and US Robotics. The USBCOM.SYS driver emulates an additional COM port, this allows use of terminal or dialer software with the USB modem.
Driver for USB modems. At the moment support is only available for some devices from IBM and US Robotics. The USBCOM.SYS driver emulates an additional COM port, this allows use of terminal or dialer software with the USB modem.
  DEVICE=x:\OS2\BOOT\USBCOM.SYS <parameters>
  DEVICE=x:\OS2\BOOT\USBCOM.SYS <parameters>
Line 20: Line 21:


Where "drive:" is the drive letter of the OS/2 boot partition on your system.
Where "drive:" is the drive letter of the OS/2 boot partition on your system.
{{ProdS |V30=S|V31=S|V40=S|V45=S}}


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

Revision as of 04:51, 19 July 2023

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

Driver for USB modems. At the moment support is only available for some devices from IBM and US Robotics. The USBCOM.SYS driver emulates an additional COM port, this allows use of terminal or dialer software with the USB modem.

DEVICE=x:\OS2\BOOT\USBCOM.SYS <parameters>

Parameters

/N:Value
Here can you control under which COM port number the USB device is available. Value can be in the range from 1 to 9. It had to be a non used COM port number. The default value is the first non used COM port number.
/V
With this parameter gives the driver you some status information during the boot.
/M:<X>
X = Number of USB Modems to be used at the same time
/I:<X>
X = Size of Inbuffer in kB
/O:<X>
X = Size of Outbuffer in kB
TIP
By William L. Hartzell: Know that you can assign an alias to the USB port by using /N:COMx at the end of the USBCOM driver line. Thus it becomes useable with software that does not know about USB ports. You will need one driver line per modem.

Examples

DEVICE=drive:\OS2\BOOT\USBCOM.SYS

Where "drive:" is the drive letter of the OS/2 boot partition on your system.