januslo / react-native-bluetooth-escpos-printer

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

How do I know Printer paper roll is finished? #52

Open shubhamdeol opened 5 years ago

shubhamdeol commented 5 years ago

Is there any way to know if there is an error in printing the bill when paper roll is finished. For now, if I try printing and printer is in error state, because printing paper got finished. Promise never resolves for this case?

Please suggest me a way to solve this problem