altera2015 / usbserial

Flutter Android USB Serial plugin
BSD 3-Clause "New" or "Revised" License
121 stars 83 forks source link

Not working with thermal printer #55

Closed s183898 closed 2 years ago

s183898 commented 2 years ago

Does this only work with arduino-like devices? I can't get it to work with a thermal printer.

oscarfv commented 2 years ago

This library is for communicating with USB Serial devices (and it supports a subset of the existing ones). Printers are not USB Serial devices. I suggest using flutter_usb_write for sending data to USB printers.