You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command works flawlessly and prints. The printer is attached to a network.
"receiptio -d 192.168.1.60 -p generic receiptline.txt"
I tried to transfer the printer by plugging it in my system through USB.
"receiptio -d lpt1 -p generic receiptline.txt"
"receiptio -d USB002 -p generic receiptline.txt"
These commands returns "disconnect". How can I know the proper port/name of the printer?
This is the configuration of windows and the information stated in Device Manager.
Im on Windows 11 and the printer is a Generic 80mm Thermal.
The text was updated successfully, but these errors were encountered:
Please install the printer vendor's virtual serial port driver and Node SerialPort.
Then run ReceiptIO with the COM port assigned by the virtual serial port driver.
Please install the printer vendor's virtual serial port driver and Node SerialPort. Then run ReceiptIO with the COM port assigned by the virtual serial port driver.
The following is the case of COM8.
receiptio -d com8 -p generic receiptline.txt
Best regards.
Hi, thank you very much for the huge work you put in for this package. In my case I couldn't find the printer vendor's virtual serial port driver for my X-Printer in the CD-ROM nor in their website. What should I do instead?
This command works flawlessly and prints. The printer is attached to a network.
"receiptio -d 192.168.1.60 -p generic receiptline.txt"
I tried to transfer the printer by plugging it in my system through USB.
"receiptio -d lpt1 -p generic receiptline.txt"
"receiptio -d USB002 -p generic receiptline.txt"
These commands returns "disconnect". How can I know the proper port/name of the printer?
This is the configuration of windows and the information stated in Device Manager.
Im on Windows 11 and the printer is a Generic 80mm Thermal.
The text was updated successfully, but these errors were encountered: