I am trying to send print printers to a Star TSP100-enabled printer (TSP143LAN) via an Ethernet connection.
I have no problem opening a raw data connection to the printer using its LAN ip and port 9100, which is the port open for this purpose, but once it is connected, I can’t perform any actions, I suspect m using the commands incorrectly but I'm at a standstill about how I intend to use them.
I found the documentation at http://www.starmicronics.com/support/Mannualfolder/linemode_cm_en.pdf , which seems to be suitable for the correct model, but their references to commands are vague.
So far, I have tried to use a plain text command (for example, by typing "LF" and clicking on return to feed a separate line, for example) without any results.
I also tried using the obvious keys on the keyboard, in this example I used the "ESC" command by pressing the ESC key on the keyboard followed by the accompanying character from the documentation, also without any results.
Edit:
I also sent control characters in the form of hexadecimal values and decimal values without any different results.
source
share