Tulpar-Yazilim / tp-react-native-bluetooth-printer

React-Native plugin for the bluetooth ESC/POS printers. This plugin is fork of react-native-bluetooth-escpos-printer
MIT License
39 stars 35 forks source link

TM-m30III connection issue #28

Open pallabpki opened 9 months ago

pallabpki commented 9 months ago

Dear Team,

I was using the package fot the model of Epson TM-m30II but recently the model changes in TM-m30III. At the same way getting Error: Unable to connect device while it trying to connect with printer with the bellow function.

BluetoothManager.connect("A6:D7:3C:A3:A8:3E")
                .then(
                    (s) => {
                        console.log("Connect Success", s);
                    },
                    (e) => {
                        console.log("Connect Error", e);
                    }
                );

Kindly suggest me what should do to resolve it.