Greetings,
I am trying to read byte data from a characteristic. Here is the map I received in DataAvailible:
I need the raw byte data fro the characteristic ffb5 for my application. The current setting of ffb4 is 0x01, but I have no idea why it appears as B@18ab318 or even what that means. And when I use HexFromByteIi get 00 in the log.
What am I missing here?
Thanks,
Martin
I am trying to read byte data from a characteristic. Here is the map I received in DataAvailible:
(MyMap) {0000ffb1-0000-1000-8000-00805f9b34fb=[B@966af5, 0000ffb2-0000-1000-8000-00805f9b34fb=[B@320608a, 0000ffb3-0000-1000-8000-00805f9b34fb=[B@6ef56fb, 0000ffb4-0000-1000-8000-00805f9b34fb=[B@18ab318, 0000ffb5-0000-1000-8000-00805f9b34fb=[B@72fc171}
I need the raw byte data fro the characteristic ffb5 for my application. The current setting of ffb4 is 0x01, but I have no idea why it appears as B@18ab318 or even what that means. And when I use HexFromByteIi get 00 in the log.
What am I missing here?
Thanks,
Martin