08-11-2017 09:00 AM
Hello,
I have a printer that I wish to send either a Buffer or file to through an ethernet connection in LabWindows but I am not sure how to accomplish this.
Can anyone point me in the right direction?
Thanks!
08-14-2017 10:02 AM
Hi mjeddi,
What are your system specifications?
OS:
LabWindows/CVI version:
Printer Make:
Printer Model:
What communication protocol does the printer use?
-Mitchell | NI
08-14-2017 10:48 AM
Hello Mitchel,
Thanks for your response.
LabWindows/CVI: 2015
Printer Make: CAB
Printer Model: Hermes +4
At the moment we are using RS232 in LabWindows to communicate with the printer, but wish to change to Ethernet protocol.
We are able to use ethernet protocol to communicate with it when we use the printer's own software, but I am unsure on how to establish communication using LabWindows.
Thanks!
08-15-2017 09:34 AM
Does CAB make a C API or driver for the Hermes +4 Printer?
08-23-2017 02:53 AM - edited 08-23-2017 02:55 AM
I'm using this for a cab EOS1: How To: Send Data Directly to a GDI Printer
But I had to convert my EPL2 commands to JScript.
(If the link is failing: it's OpenPrinter() - StartDocPrinter() - StartPagePrinter() - WritePrinter() - ...)