@Scruss Great info thank you.
I suspect it's kind of obvious now you've said that, having b' at the start of the list of what looks a mix of hexadecimal byte values. I was a bit thrown by the \t and \r in the list that displayed but if I look hard enough I'll find out what causes that rather than xnn byte value.
Edit: And there it is, the b' is an indicator of and Unsigned Byte value. You may guess I was looking up how to use arrays in Micropython as yet I haven't found a neat way to access the array using an index to the byte position in the array. There will no doubt be a way to of achieving it.
I suspect it's kind of obvious now you've said that, having b' at the start of the list of what looks a mix of hexadecimal byte values. I was a bit thrown by the \t and \r in the list that displayed but if I look hard enough I'll find out what causes that rather than xnn byte value.
Edit: And there it is, the b' is an indicator of and Unsigned Byte value. You may guess I was looking up how to use arrays in Micropython as yet I haven't found a neat way to access the array using an index to the byte position in the array. There will no doubt be a way to of achieving it.
Statistics: Posted by Stratcat — Sat Aug 30, 2025 6:28 pm