![]() |
USB Printer problems - Printable Version +- Qbasicnews.com (http://qbasicnews.com/newforum) +-- Forum: QBasic (http://qbasicnews.com/newforum/forum-4.html) +--- Forum: QB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-11.html) +--- Thread: USB Printer problems (/thread-10276.html) |
USB Printer problems - GordonSweet - 10-24-2012 I cannot get an Epson Stylus S22 USB printer to printout using the usual LPRINT with QB. I expect other USB printers do not work now with QB Any suggestions please. The printer works OK with other Basics etc. Re: USB Printer problems - burger2227 - 02-20-2013 You can assign the LPRINT text output to the default USB printer. Code: CLS See Chapter 11, Part 7 of my Qbasic tutorial to set up the Print Processor: http://bit.ly/MXFkTM You need to enable printer sharing on your network(a single PC has its own network) and run the program above. Set the Print Processor up for TEXT, not LEMF or RAW. |