leesiongchan / react-native-esc-pos

A React Native ESC/POS module to help you connect to your ESC/POS printer easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kick drawer!

ManveeYew opened this issue · comments

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

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

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

Calling it twice not working for me, Thanks

What about kickCashDrawerPin5? Does it work for you?

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