home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / pascal / 5187 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.1 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!haven.umd.edu!mimsy!lhc!adm!news
  2. From: S105728@umrvma.umr.edu ( Steve Poulsen)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Printer Polling
  5. Message-ID: <32327@adm.brl.mil>
  6. Date: 3 Sep 92 01:15:51 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 23
  9.  
  10. This is a FAQ [I believe] but here goes:
  11.  
  12. To poll the printer you will need:
  13.  
  14. Knowledge of TP6.0 type Registers
  15. Knowledge of Intr procedure
  16. Knowledge of ASM...END {optional}
  17. And the proper interrupt.  Int 17h
  18.  
  19. An example call might be:  Intr($17,Regs); Where Regs is of type registers.
  20.  
  21. To find out about Int 17h [along with others], I highly recommend Ralf
  22. Browns' Interrupt list:  INTER31x   [I believe the name is] Where x is
  23. A-C [I believe again].  This can be found at many FTP sites.
  24.  
  25. P.S. I've posted this [along with others] many times and this is the last.
  26.      However if help is needed, feel free to E-mail me.
  27.  
  28. ========================================      ,--,
  29.   Steven P. Poulsen <S105728@UMRVMA>       ,'  '--,
  30.   Student of Electrical Engineering        ---, ,'
  31.   University of Missouri - Rolla            ,','
  32. =======================================    , '
  33.