Changes between Version 5 and Version 6 of Docs/825gen2/Dev/Networking/NetworkPrinting
- Timestamp:
- 01/25/24 12:02:43 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/NetworkPrinting
v5 v6 36 36 Make sure "Allow RAW(Port9100) Printing" is checked. 37 37 38 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. 38 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 [wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Comm/CCommClient CCommClient] 39 39 40 40 41 41 42 42 43