Hi Karl
I starting to work with a Thermal label Printer, with a ethernet connection. In the manual says ethernet serial.
The project is almost done, I´m a product data from a db, and linking with form design, and printer setting.
I'm looking for help in a few things, few but more than important, because my project depends on it.
There's no drivers for this printer, and I do not want to send only a label to print, I need to get control on the printer. Anyway, Windows is not getting the printer by it self, it can not find it, if I install it via standard TCP/IP port, it just says "ready".
Well, by internet navigator I can access the internal application of the printer, with the ip 10.0.0.15, so the connection is working. With a small app, developed by the manufacturer, I can access and see the internal folders, system files, logs, etc.
I have the commands protocol, but i also need to read the data coming on response after I send a command request for data. Like ~DR|, which is asking for printer status.
It is a very expensive printer, and I getting access to it by remote desktop, because we are not in the same country.
What I need to send the commands and receive the answers from the printer,
- I read and learn all about Sockets, TCP/IP and more' but I do not want to process with tests with out at least a guide..
- I also have a serial port that I can use, but I do not know if I change the connection to it, it will need an other port protocol.
I hope you can help me.
Thank you