home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / s2kv200c.zip / VMODEM.TXT < prev    next >
Text File  |  2001-10-04  |  2KB  |  40 lines

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