I am using :-
Where
serveruuid is the remote ble service
txuuid is the remote ble characteristic
n is a string containing hex value from 0000 to FFFF
What I receive at the other end is 3030 to 6666. Why is that and How can I correctly send the hex value stored in n
B4X:
manager.WriteData(serveuuid,txuuid,n.GetBytes("utf8"))
Where
serveruuid is the remote ble service
txuuid is the remote ble characteristic
n is a string containing hex value from 0000 to FFFF
What I receive at the other end is 3030 to 6666. Why is that and How can I correctly send the hex value stored in n