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

Usb interface port names question #6

Open Grdgyyr opened 1 year ago

Grdgyyr commented 1 year ago

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. Screenshot 2023-01-31 222328

Im on Windows 11 and the printer is a Generic 80mm Thermal.

receiptline commented 1 year ago

Thanks for using ReceiptIO!

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.

adnanlah commented 7 months ago

Thanks for using ReceiptIO!

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?

cedvdb commented 3 months ago

Using a virtual port with the -q param always returns disconnected