Hi Erel,
Sub btnWrite_Click
Dim ByteC As ByteConverter
Dim data() As Byte
data=ByteC.HexToBytes("11")
manager.WriteData("11111111-1111-1111-1111-111111111111", "33333333-3333-3333-3333-333333333333", data)
End Sub
Above is the current code and below is the output of DataAvailable:
Service: 180A
NSMapTable {
[9] Model Number String -> <B4IArray: 0x17eb4b70>
[12] System ID -> <B4IArray: 0x17e77560>
[13] Manufacturer Name String -> <B4IArray: 0x17e9cce0>
}
Service: 11111111-1111-1111-1111-111111111111
NSMapTable {
[12] 22222222-2222-2222-2222-222222222222 -> <B4IArray: 0x17e72ec0>
[15] 33333333-3333-3333-3333-333333333333 -> <B4IArray: 0x17eb1dc0>
}
Thanks!