Version 9 (modified by 9 days ago) ( diff ) | ,
---|
Network Printing (Text)
EPSON LQ-590IIN Ethernet
Printer set to DHCP so had to find it's IP address.
Using NMAP on PC terminal:
nmap -T4 -F -oN C:\temp\scan_q.txt 10.1.0-5.* … Nmap scan report for 10.1.5.123 Host is up (0.00034s latency). Not shown: 95 closed tcp ports (reset) PORT STATE SERVICE 80/tcp open http 443/tcp open https 515/tcp open printer 631/tcp open ipp 9100/tcp open jetdirect MAC Address: DC:CD:2F:C6:15:E3 (Seiko Epson)
…
For a production environment you may set the printer to use a static IP so it is always the same IP address. Alternatively, setup your router/DHCP server to always assign the same IP address to the printer based on the printer's MAC address. Router configuration tools/web interfaces may refer to this as "Static DHCP", "DHCP reservation", or "IP-MAC binding".
Make sure "Allow RAW(Port9100) Printing" is checked.
825 may make a network client connection on Port 9100 to the printer's IP address and send text data to printer. The printer buffers data received until a (form feed) character is received. The CCommClient class in lib825ev may be used for TCP/IP communications as a client CCommClient
Attachments (3)
- prt_lq590_basic.png (58.3 KB ) - added by 17 months ago.
- prt_lq590_protocol.png (81.8 KB ) - added by 17 months ago.
- prt_lq590_protocol2.png (78.4 KB ) - added by 17 months ago.
Download all attachments as: .zip