Search found 1 match

by kanga85
Fri Feb 14, 2020 11:57 am
Forum: QBasic / QuickBasic related
Topic: Printing data
Replies: 1
Views: 3606

Printing data

I previously had an old HP Laser Jet printer plugged into a printer port and opened in QB64 with:
Open"O",#1, "LPT1:"
I now have a new printer (Brother HL 2310) connected through a USB port. How should I change the 'Open Printer' line to address the USB connected printer.
Thanks for any help ...