BluetoothSerial icon indicating copy to clipboard operation
BluetoothSerial copied to clipboard

Cordova (PhoneGap) Plugin for Serial Communication over Bluetooth

Results 82 BluetoothSerial issues
Sort by recently updated
recently updated
newest added

I can specify mac address on `bluetoothSerial.connect` but why doesn't `isConnected` has that parameter? If it connects to multiple devices, how do we differentiate these devices when calling `isConnected`?

Hi everyone, Can you help me how to print on label printer.? I only managed to print image, but no luck to print text. And how i can defines the...

I am on an Android device and using this plugin to handle bluetooth connection. I found that it doesn't notify my application if a paired bluetooth device is shutdown. Is...

Good evening, use the code below to disconnect on the device: let alert = this.alertCtrl.create({ title: ‘Disconnect?’, message: ‘Do you want to Disconnect?’, buttons: [ { text: ‘Cancel’, role: ‘cancel’,...

Hi ! My app sends/writes every 400 ms an order to get the peripheral status. It works most of the times but sometimes I do not get/read answers from the...

I'm using this plugin on my app. I've received several crash reports on the play developer console with the following messages: > java.lang.NullPointerException: > at com.megster.cordova.BluetoothSerialService$ConnectThread.run (BluetoothSerialService.java:373) Is this a...

On app start I am trying to achieve auto connect to the last device the application was connected to. I'm sorry but the documentation is very confusing to me. How...

Hi, I have a question about the code, in an Android phone (Android 8.0) when I connect to a bluetooth device (not a Bluetooth Serial device), for example a speaker...

My app receive approximately 160k bytes of data from connected device. It work normal in Android 7.0 and below, but some data (approximately 2k bytes) received is wrong in Android...