Home > Net >  The printer driver to print (vb)
The printer driver to print (vb)

Time:10-05

Suppose now my computer and printer are parallel, can be set as follows:
Dim FileNum As Integer
FileNum=FreeFile
Open "LPT1:" For the Output As # FileNum
Print # FileNum, "1234567890"
Close # FileNum

But my computer is a usb port, the printer is parallel, should how to drive?

CodePudding user response:

Zebra printer and computer two kinds, one kind is IP communications, is a kind of serial communication

CodePudding user response:

Do you use the own print program or use other, remember there is a third party before the needs of the crack can be,

CodePudding user response:

Need to buy a USB to parallel connections, and then install the USB parallel port driver! Under the baidu USB turn parallel;
  • Related