walter2241
Programmer
I am writing VB code to access the printer directly with statements such as
Open "LPT1" for output as #1
Print #1, "Message line to printer"
Close #1
This code worked OK for a printer on LPT1. Now I need to address a printer on one of several USB ports. Also need control codes for my Lexmark printer.
Open "LPT1" for output as #1
Print #1, "Message line to printer"
Close #1
This code worked OK for a printer on LPT1. Now I need to address a printer on one of several USB ports. Also need control codes for my Lexmark printer.