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...