Open pallabpki opened 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.
Error: Unable to connect device
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.
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.Kindly suggest me what should do to resolve it.