Yes, my example was typed on the fly as well. Was not a full sketch. I wanted to take the actual hex value array (0x35, 0x01), save it in a char string. (3501 aka 0x33, 0x35, 0x30, 0x31).
I've created a full sketch now to test things out. Created a function that loops through each byte and...