home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_6 / unix / unixbsc.arc / README.DOC < prev    next >
Encoding:
Text File  |  1989-06-19  |  1.0 KB  |  26 lines

  1. This directory (\BASIC) contains a simple demo program (IODEMO.BAS)
  2. that shows how to use the AsyncTermIO device driver from Microsoft
  3. QuickBasic 6.0.  The program is thoroughly commented.
  4.  
  5. You can run the demo by builing the program using the make script
  6. MAKEDEMO.  Issue the following command "MAKE MAKEDEMO."  If all
  7. goes well the file IODEMO.EXE will be a runable program that collects
  8. characters from the serial link (TTY01) and echos them on the console.
  9. Characters on the console keyboard are sent to the serial link (TTY01).
  10.  
  11. Before you proceed too far, look at the documentation for the STTY
  12. command.  It is an equivialant of the MODE command under DOS, but
  13. is much more powerful in what it can do.  STTY.EXE in in the \BIN
  14. directory.
  15.  
  16.  
  17. Any questions please call:  Boulder Software Group
  18.                             P.O. Box 14200
  19.                             Boulder, CO  80308-4200
  20.  
  21.                             (303) 440-7868    (Tech. Support)
  22.                             (303) 449-8612    (FAX)
  23.  
  24.  
  25.  
  26.