receiptline / receiptio

A print application for receipt printers, simple and easy with markdown, printer status support.
Apache License 2.0
67 stars 10 forks source link

ability to print with xprinter printer #4

Open nayibor opened 1 year ago

nayibor commented 1 year ago

hi, thanks for a very excellent application. the concept is really great!!. i have an xprinter which i want to connect to with receiptio on windows 10. i am able to do test prints with windows os and the printer works fine. but when i try connecting using xprinter it does not seem to work and i always get the disconnect(105) message when i try printing using receiptio whether on the command line or when using the library from a nodejs application. i checked the list of supported printers but i noticed the xprinter series of printers wasn't supported. is this support coming anytime soon or is there some sort of workaround around this. thanks!!.

receiptline commented 1 year ago

Hi!

The printer control language "generic" may drive Xprinter.

receiptio -d 192.168.123.100 -p generic example.txt

For USB connection, please also install the virtual serial port driver and Node SerialPort.

Best regards.

nayibor commented 1 year ago

thanks!. will give it a shot and get back to you.