I am working on connecting and Epson TM88 printer to my webapp to print receipts.
- Epson model TM-T88V-i.
- Connected to LAN.
- Ping response OK.
- Printing status sheet OK.
I have access to printer configuration page just with printers IP address. http://10.0.x.xxx/ Printer ID is 32 from there.
The URL provided in manual is : var url = 'http://10.0.x.x/cgi-bin/epos/service.cgi?devid=32other_printer&timeout=6000';
Using this url returns object not found. And through code it returns 405 (Method not allowed).
PART 2:How do I determine printers connected in network using JS?