1
QB64 Discussion / Print to USB printer.
« on: February 20, 2020, 02:38:08 am »
I have previously, in all my QB64 programs, printed to a printer attached to the printer port with the command:
Open "O", #1, LPT1.
I have now moved to a USB printer, which the computer recognizes as USB001. However if I use:
Open, "O", #1, USB001, nothing gets sent to the printer.
What code should I use?
Thanks for any help.
Kanga85
Open "O", #1, LPT1.
I have now moved to a USB printer, which the computer recognizes as USB001. However if I use:
Open, "O", #1, USB001, nothing gets sent to the printer.
What code should I use?
Thanks for any help.
Kanga85