Hi people.
I was wondering if there was a simple way to display array data. One of my system requirements is to display a couple of Raw Can messages. I tried just "retyping" the ARRAY8[u8] to a string but you cant do that.
I know I can Decode it to its components and then retype and rebuild it as a string but I am hoping to not have to go thru all that.
Any suggestions?