home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / os2 / s2kb009.arj / S2KB009.ZIP / VMODEM.TXT < prev    next >
Encoding:
Text File  |  1998-02-19  |  1.4 KB  |  38 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                             Vmodem for SIO version 2
  8.  
  9.      Note: The VMODEM.EXE included with SIO version 2 is NOT compatible
  10.      with the original SIO (version 1) drivers.
  11.  
  12.      To use VMODEM.EXE, one must load VMODEM.SYS.  To load vmodem.sys,
  13.      include a line similar to the following in your config.sys:
  14.  
  15.      device=c:\sio2k\vmodem.sys logfile=c:\sio2k\sio2k.log
  16.  
  17.      In addition to the above, one must execute vmodem.exe and leave it
  18.      running to access virtual modem ports.
  19.  
  20.      On my system, I use the TCPEXIT.CMD file to execute/load vmodem.exe. 
  21.      TCPEXIT.CMD must be located in the \TCPIP\BIN directory on your boot
  22.      drive.  By default, \TCPIP\BIN\TCPEXIT.CMD does NOT exist, so you may
  23.      have to create the file.  This batch file is executed once the TCP/IP
  24.      stack (software) has completed initialization.  My TCPEXIT.CMD file
  25.      contains only the following line:
  26.  
  27.      start /win /min c:\sio2k\vmodem
  28.  
  29.      The above starts vmodem.exe as a minimized windowed session.
  30.  
  31.      Virtual modem ports must be defined in the sio2k.cfg file.  One can
  32.      define as many COMn ports as needed in this config file (see
  33.      SAMPLE.CFG).  To make a given port a virtual modem port, simply change
  34.      UART$ to VMODEM$ in the OS/2 port definition section of the config
  35.      file. For example in SAMPLE.CFG, change AltDriver=uart$,3 to
  36.      AltDriver=vmodem$,1 to make COM3 the first virtual modem port.
  37.  
  38.