Jump to content

VMODEM.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Ray Gwinn's Virtaul Modem device driver. DEVICE=VMODEM.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 |}..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Ray Gwinn's Virtaul Modem device driver.
Ray Gwinn's Virtual Modem device driver.
  DEVICE=VMODEM.SYS
  DEVICE=X:\..\VMODEM.SYS LOGFILE=<path> NPORTS=<value>


'''Platform Support:'''
==Parameters==
{| class="wikitable"
;LOGFILE:Path of log file.
|-
;NPORTS:In the form nPorts=5. This example informs VMODEM.SYS to define 5 virtual modem ports. If the NPORTS option is missing, VMODEM.SYS will define 1 virtual modem port.
!OS/2 2.x
 
!OS/2 3.0
==Examples==
!OS/2 4.0
DEVICE=C:\SIO2K\VMODEM.SYS LOGFILE=C:\SIO2K\SIO2K.LOG NPORTS=4
!OS/2 4.5x
 
|-
DEVICE=C:\SIOECS\VMODEM.SYS LOGFILE=C:\SIOECS\SIO2K.LOG NOPAUSE NPORTS=2
|Yes
|Yes
|Yes
|Yes
|}


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

Latest revision as of 11:48, 30 January 2021

Ray Gwinn's Virtual Modem device driver.

DEVICE=X:\..\VMODEM.SYS LOGFILE=<path> NPORTS=<value>

Parameters

LOGFILE
Path of log file.
NPORTS
In the form nPorts=5. This example informs VMODEM.SYS to define 5 virtual modem ports. If the NPORTS option is missing, VMODEM.SYS will define 1 virtual modem port.

Examples

DEVICE=C:\SIO2K\VMODEM.SYS LOGFILE=C:\SIO2K\SIO2K.LOG NPORTS=4
DEVICE=C:\SIOECS\VMODEM.SYS LOGFILE=C:\SIOECS\SIO2K.LOG NOPAUSE NPORTS=2