-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will it work for non popular brands of printer #238
Comments
I got some cheap Chinese printers and they work. I think if the printers see a Epson print simulation it will work? |
I used the library on a Citizen printer and with the epson configuration worked. But maybe you can find a sheet of the byte codes for each command your printer uses. If your printer uses an other set of byte codes you probably have to write your own config file. Take a look into /lib/types |
https://www.amazon.de/gp/product/B07QWSDP2K/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1 like those?MUNBYN Thermal Printer |
I am planning on getting the CITIZEN CL-E300 DT PRINTER, i hope it will work. |
I've messed around with lots of sketchy receipt printers. Most cheap Chinese receipt printers speak ESC/POS (Epson) out of the box and are perfectly happy being configured as an Epson thermal printer in whatever software you use. Generally, if you can open them as a serial port, send a line of text, and the text prints, it's all good. On Linux, just As for @unaisshemim's POS-80 printers, IIRC the first time I tried to use one (many years ago now, circa 2012) it needed a special Windows-only driver. I contacted the manufacturer and miraculously they sent me a special firmware file that made the printer appear as a USB serial adapter instead, so I could send it ESC/POS commands over serial. I still have one in use today, but that helpful firmware file is long gone (and so is the company I worked for, I got their cash registers during their liquidation). Hope this bit of general receipt printer knowledge helps someone. tl;dr yes your Aliexpress receipt printer will work, it's likely an Epson clone. |
I tried it with the X-Printer Q371U/T371U printer and it worked very well. |
i am using POS-80-Series brand this name is getted from the printer itself and it is connected and make print through chrome .i want make sure that will it work through this node thermal printer also
The text was updated successfully, but these errors were encountered: