Having an issue trying to write data to a Tinysine BLE module.
I read successfully but every attempt to write results in this log error.
"Error writing value for characteristic: FFE1"
Here's the code I'm using to write with.
Dim tx As String = "Test"
Dim dt() As Byte
dt = tx.GetBytes("UTF8")
manager.WriteData(ConnectedServices.Get(0),"FFE1",dt)
Thanks in Advance
Bill
I read successfully but every attempt to write results in this log error.
"Error writing value for characteristic: FFE1"
Here's the code I'm using to write with.
Dim tx As String = "Test"
Dim dt() As Byte
dt = tx.GetBytes("UTF8")
manager.WriteData(ConnectedServices.Get(0),"FFE1",dt)
Thanks in Advance
Bill
Last edited: