react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

React-Native plugin for the bluetooth ESC/POS & TSC printers.

Results 107 react-native-bluetooth-escpos-printer issues
Sort by recently updated
recently updated
newest added

Hello Guy. I have a problem with cut paper and open drawer. A try BluetoothEscposPrinter.opendDrawer(0, 250, 250); But nothing. Can you help me, Please !!!

"react-native": "0.70.6", "react-native-esc-pos-printer": "^2.3.0", This is my code ``` componentWillUnmount() { if (this.unsubscriber) { this.unsubscriber() } } async monitorPrinter() { try { console.log('Start monitoring ...'); this.setState({ loading: true }) await...

Error: Requiring module "node_modules\react-native-bluetooth-escpos-printer\index.js", which threw an exception: TypeError: null is not an object (evaluating 'BluetoothTscPrinter.DIRECTION = { FORWARD: 0, BACKWARD: 1 }') React Native: 0.70.5 Couldn't import the module,...

I am using the code from the TSC.JS example and it does not print the expected result correctly. I am working with react native 0.63 and with an Android 8...

Hello everyone, I'm developing my first react native app for Android in Visual Studio Code with TypeScript. I followed the installation steps, but when I refer the module in my...

I found Issue in this library for the android it dosen't work on gradle above 7 you have to replace gradle wrapper with this distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip and use ./gradlew clean in...

Hello. I have problem printer vietnamese. Can you help me? This is my code. await BluetoothEscposPrinter.printText('Tiếng Việt \r\n\r\n\r\n', { encoding: 'GBK', // Cp1256 or Cp1258 codepage: 32, // 27 or...

I am using the esc sample but my print just prints one blank line and stops. I can however get devices, connect properly and sustain the connection. Kindly advise