home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SIO110.ZIP / VX00.TXT < prev    next >
Text File  |  1993-08-30  |  1KB  |  34 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.           VX00.SYS is a DOS device driver and has no parameters.  It must
  13.           be installed using the DOS_DEVICE setting for selected DOS tasks. 
  14.           If you desire VX00.SYS loaded for all DOS sessions, then load it
  15.           in your OS2 CONFIG.SYS.
  16.  
  17.           VX00.SYS is little more than a software interface to SIO,
  18.           providing FOSSIL based programs with direct access to the real
  19.           comm driver SIO.SYS.  This direct access allows FOSSIL based
  20.           programs to bypass the virtualization and the associated
  21.           processor time that virtualization eats up.  Your FOSSIL based
  22.           programs should now require far less of the processors time.
  23.  
  24.           There are no options or utilities for VX00.SYS.  DO NOT use X00's
  25.           XU with VX00.SYS, it will not work correctly.  VX00.SYS has no
  26.           buffers to make larger or smaller, it uses the same buffers that
  27.           SIO.SYS uses;  DOS programs or device drivers can not lock/unlock
  28.           the baud rate, only SIO.SYS can do that.  There should be no need
  29.           to turn off the FOSSIL or to uninstall it.
  30.  
  31.           Try VX00.SYS before assuming that you need to do things the same
  32.           old way that it was done with X00 or another FOSSIL.  All of the
  33.           rules have changed for DOS comm when executing under OS2.
  34.