I have a web page that is hosted in a linux server. From this page a client can make an order. When the order is confirmed i want to send the data of the order to the local company that has an Epson thermal receipt printer ethernet connected . I saw a few things like qz but i don't know where to start from. For example let's say that the company has an external IP 10.10.10.10 and the thermal printer has an internal IP 192.168.1.200 Also let's say that i open port 8080 on router so that every request on 10.10.10.10:8080 is sent to the printer. Found other solutions for local networks but none for accessing the local POS printer from a web server. I also saw a few things here escpos-php but i need some help on how and where to start from
Asked
Active
Viewed 2,702 times
2 Answers
0
first you sharing print name in php code, go your system printer properties option and click tab (sharing) click checkbox "share this printer" that get name your sharing use it. And you should use WindowsPrintConnector('printer sharing name')

user1685883
- 74
- 5