januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
359 stars 416 forks source link

Epson printer model #148

Closed chaohuichen closed 3 years ago

chaohuichen commented 3 years ago

Hi,

Thank you for developing this great library and I am currently working on a project with react-native connect to a thermal printer. I think this library can help me and I am wondering which Epson or printer should I have in order to use this library, I read the whole document but doesn't seem there is a place for the device's information.

Ps: this maybe not an issue but I just want to get in touch with you guys and feel free to contact me by my email:chenpeter51@gmail.com

Thank you all!

tr3v3r commented 3 years ago

@chaohuichen Here the list of supported printers I suppose: image

But I'm not sure that this library supports them all. Recently I've wrapped the native Epson SDK so you can give it a try here https://github.com/tr3v3r/react-native-esc-pos-printer

It also provides a Bluetooth connection.

chaohuichen commented 3 years ago

@chaohuichen Here the list of supported printers I suppose: image

But I'm not sure that this library supports them all. Recently I've wrapped the native Epson SDK so you can give it a try here https://github.com/tr3v3r/react-native-esc-pos-printer

It also provides a Bluetooth connection.

Thank you! I really appreciated it.