Spannerman
Programmer
I used to print my C programs on a Dot Matrix printer at work no problem using
if(!biosprint(2,0,0) && 0X90)
printf;("Printer Not Ready"
;
Otherwise do the business.
This worked fine.However in my new job I now am trying to use a Hewlett Packard
Laserjet 6L.I use the same code and get no error message on screen to say the program can't find it ,but no output either. Can anyone help????
if(!biosprint(2,0,0) && 0X90)
printf;("Printer Not Ready"
Otherwise do the business.
This worked fine.However in my new job I now am trying to use a Hewlett Packard
Laserjet 6L.I use the same code and get no error message on screen to say the program can't find it ,but no output either. Can anyone help????