Hello,
Im having an issue with figuring out how to actually start the printer to print, lets say a string. I was told you need to send a carriage return, line feed to the printer before it starts. I have tried this with no success. Here is what I was trying to do:
mov dx, 10
mov ah,05h
int 21h
mov dx,13
mov ah,05h
int 21h
Is this the correct way for doing this?
AFAIK this method will not work for a Windows-only printer, even if it is connected via a parallel port.
Hi,
It won't work for someone with a USB printer(like me?)
Thomas :U