Author Topic: Display an Array on a DM430E  (Read 1422 times)

Offline BBarry

  • PLUS+1 Developer
  • ***
  • Posts: 14
  • Karma: +0/-0
Display an Array on a DM430E
« 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?