ability to print with xprinter printer
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!!.
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.
thanks!. will give it a shot and get back to you.