teixeira
Regular
Hi all,
Is it possible to print through sockets?
I've a printer that allows socket connection to print, it receives data printing at one port and send its status (jam,online,offline,etc...) in another one.
I tried to make a connection with a TcpClient from (System.Net.Sockets) and send the data to the printer but it doesn't worked, thus it connected sucessfully.
The printer has it own programming language commands to print text and barcodes, it receives a sequence of escape characteres and commands to print the labels correctly.
Any idea will be appreciated
Thanks is advance,
Tiago Teixeira
Is it possible to print through sockets?
I've a printer that allows socket connection to print, it receives data printing at one port and send its status (jam,online,offline,etc...) in another one.
I tried to make a connection with a TcpClient from (System.Net.Sockets) and send the data to the printer but it doesn't worked, thus it connected sucessfully.
The printer has it own programming language commands to print text and barcodes, it receives a sequence of escape characteres and commands to print the labels correctly.
Any idea will be appreciated
Thanks is advance,
Tiago Teixeira