home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9_6X09 / SYSMODS / JandM_PArallel_DR.lzh / JandM_Parallel.hlp next >
Text File  |  1992-12-08  |  1KB  |  25 lines

  1. This describes the drivers/descriptors enclosed in this file.
  2. These drivers are PD as far as I'm concerned. I wrote or re-wrote
  3. both the driver and the descriptor without looking at the sample code
  4. in the J&M controller book, only the hardware diagrams and os9's manuals.
  5.  
  6. LPRinter.dr is the driver for the parallel port on the side of a 
  7. J&M "CP" controller.
  8.  
  9.      It is 44 bytes long. I re-wrote it slightly from the original
  10. version since the original was a CPU time hog if the printer was busy
  11. or out of paper, whatever stopped it. 
  12.  
  13.      This version sleeps for 1 tick if the printer isn't ready, then
  14. re-checks. Thats enough sleep time to get response from the break key
  15. usually.
  16.  
  17. LP.dd is the descriptor, 47 bytes long. No magic in it either.
  18.  
  19. To hook the printer up, get a printer cable for a Tandy 100 from the
  20. Shack.  I have several, one of which has a cut wire due to a logic clash
  21. that occurs when the printer ACKs the last byte, something that neither
  22. this driver checks for, or cares about. They all work, presently with
  23. my SEARS SR-5000, an OKI 391 or so lookalike.  Have fun! Gene Heskett
  24.  
  25.