home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / DUMBMODE.ZIP / READ.ME < prev   
Text File  |  1991-03-14  |  886b  |  20 lines

  1.   Simple program to set comm port mode before invoking BinkleyTerm under
  2.   OS/2 2.0 with Gary Rosema's com16550.sys
  3.  
  4.   Communications parameters for COM1 are set to 19200 baud,
  5.   8 data bits, no parity, and 1 stop bit.
  6.  
  7.   Usage is:  dumbmode
  8.  
  9.   Released to the public domain by John Tarbox (FidoNet 1:150/130.0)
  10.  
  11.  
  12. WHY ?
  13.      When using one of Gary's excellent comm drivers under OS/2 2.0, the MODE
  14. command is unable to work with the comm driver.  On my system at least, if the
  15. communications port parameters are not properly set before invoking BinkleyTerm
  16. then BinkleyTerm will lock up.    To get around this problem I wrote the enclosed
  17. C program to set these parameters.  Since source code is included, and the
  18. program os extremely simple, it should be easy to modify to meet your unique
  19. requirements.  The enclosed dumbmode.exe was built with the MX C 6.0 compiler.
  20.