PLUS+1 User Forum

PLUS+1 Software => Displays => Topic started by: BBarry on August 17, 2022, 08:37:37 PM

Title: Display an Array on a DM430E
Post by: BBarry on August 17, 2022, 08:37:37 PM
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?