januslo / react-native-bluetooth-escpos-printer

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

I wanted to connect 3 bluetooth printer and output printing at all 3 devices and the same times. Is it possible? #201

Open dismsnow opened 1 year ago

dismsnow commented 1 year ago

Wanted to try and connect 3 bluetooth printer and output printing at all 3 device at the same times. Is it possible? hope that someone can help me with this?

Currently able to scan all 3 device but unable to out put from all 3 devices

OliveroRNDev commented 1 year ago

Still an issue? I am trying to do the same. On android it works if you connect, print,disconnect and await for the second and then third. But iOS of course gives problems and the disconnect function is not implemented sadly

OliveroRNDev commented 1 year ago

Actually you do not need to disconnect, at least for android. iOS I don't have two printers that are compatible so cannot test. The important thing is to wait between two prints because otherwise it does not print anything.