-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception: Exception: PlatformException(read_characteristic_error, unknown reason, may occur if readCharacteristic was called before last read finished., null, null) #389
Comments
read errors can happen for many reasons.
you cannot 100% fix this. you must handle the exception. |
|
ok let me check |
"I have one glucometer that pairs with an Android device using Flutter Blue Plus. I want to read the readings of the glucometer, but I didn't find that in the Characteristic value. So, my question is: where exactly can I get the glucometer readings?" |
|
try 1.7.8 |
ok checking |
|
getting this |
this is your problem. Your ble device does not support the glucose service. |
"We obtained the data from the BLE device, but when I clicked on the characteristic with the value 0x2A52, it threw an error." D/FlutterBluePlugin(13128): [onReadRemoteRssi] rssi: -51 status: 0 |
The text was updated successfully, but these errors were encountered: