PDA

Click to See Complete Forum and Search --> : output to printer?


makai
Oct 29th, 2000, 12:16 AM
The most useful thing for many in VB or higher language would be to Out a byte to a printer port and bypass the windows spooler

does someone have code somewhere to get this done safely
probably to whichever port you desire (I think 3)

Also how do you get a byte from the printer - to see if it is ready

Darkwraith
Jul 20th, 2003, 10:27 PM
I don't have a library :(, but BIOS interrupt 17h has all of the print functions. :) Try that.