Sub Process_Globals
Private Address As String = "28FF7881B11705E7"
End Sub
Private Sub AppStart
Private BC As ByteConverter
Log(BC.SubString(Address, 12))
End Sub
Firstly sorry but I've not got any of my Arduinos or ESPs with me at current.
Can't you just read the 8 byte array into an array() and then read array(6) and array(7). I'm usually able to test what I'm thinking before hand, but as I've not currently got anything with me apart from my laptop, I can't really test what I'm thinking.
I should really keep an Arduino or an ESP with my laptop at all times, but I don't