05-29-2017 09:46 AM
Hello everyone,
I have an ARGOX CP-3140L printer that I need to be able to communicate with using LabWindows, but I'm not too sure how to do this.
I believe I can use "PrintTextBuffer" to do this, but I'm a little confused as to how to use this function. Can I write the PPLB code and use "PrintTextBuffer" to send this code to the printer?
Thanks!
05-30-2017 10:52 AM
Hi mjed,
What communication interface are you using?
Does the printer come with a driver or a C API?
-Mitchell | NI
05-30-2017 03:38 PM
I'm communicating with it VIA USB.
It does come with an API, and I managed to figure it out using that.
Thanks!