LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to print only one line with EPSON-1600K by LabVIEW?

how to print only one line with EPSON-1600K by LabVIEW?
0 Kudos
Message 1 of 2
(2,563 Views)
I don't know the 1600K but assuming it's a dot-matrix printer, you should be able to just send the characters you want to print to the appropriate serial or parallel port using VISA (or the old serial port VI's if you're a masochist). Remember to add CR/LF at the end of your message! The PC parallel port is configured as VISA device ASRL10::INSTR by default.
0 Kudos
Message 2 of 2
(2,563 Views)