You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to communicate to device by bluetooth. I have the UUID, also I'm doing everything that you showed in issue #59 but no matter what I'm typing to 'data' in function client.write_gatt_char it shows me this type of error:
"Could not write value 'data' to characteristic"
I've tried bytes or bytearray, but everything ends with the same error.
I decided to comment this function. Unfortunately, the function callback has never been called.
My code:
I am trying to communicate to device by bluetooth. I have the UUID, also I'm doing everything that you showed in issue #59 but no matter what I'm typing to 'data' in function client.write_gatt_char it shows me this type of error:
"Could not write value 'data' to characteristic"
I've tried bytes or bytearray, but everything ends with the same error.
I decided to comment this function. Unfortunately, the function callback has never been called.
My code:
The text was updated successfully, but these errors were encountered: