react-native-esc-pos icon indicating copy to clipboard operation
react-native-esc-pos copied to clipboard

Kick drawer!

Open ManveeYew opened this issue 3 years ago • 4 comments

EscPos.kickCashDrawerPin2() is not working when i connected to Bluetooth printer.

ManveeYew avatar Dec 17 '20 04:12 ManveeYew

I faced the same problem but I managed to kick the drawer by calling the function twice.

EscPos.kickCashDrawerPin2(); EscPos.kickCashDrawerPin2();

onebuck-code avatar Dec 17 '20 04:12 onebuck-code

Calling it twice not working for me, Thanks

ManveeYew avatar Dec 17 '20 05:12 ManveeYew

What about kickCashDrawerPin5? Does it work for you?

leesiongchan avatar Dec 18 '20 08:12 leesiongchan

Nope, either 2 or 5 work for me when using bluetooth printer :C

ManveeYew avatar Dec 18 '20 08:12 ManveeYew