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