But if I select "ok", or click back to page 1 and then return to page 2, it reverts back to each command being a "string". Page 1 doesn't change, and will still show each command as hex. But page 2 will not keep hex selected.
And on page 2, I can initially switch each command to hex.
Hmm, I wonder if it's something to do with my settings. I have no problem switching to hex per each command on page 1.
Hi! I think I'm noticing a little bug related to this. I've noticed that with Explicit Default Radix enabled, I am able to set the predefined commands to be sent in hex on page 1, but if I build more pages of predefined commands, all pages after page 1 will keep reverting back to "string" as the default radix on each predefined command. I'm still pressing forward with my 1 page of commands, but please let me know if I'm perhaps doing something incorrectly!
Thank you for the explanation! I'll give that a try.
Hello, I am trying to set up serial communications with a receiver using YAT. Settings are: Binary, Serial COM Port, 9600 bps, 8N1. I have a protocol that dictates that the following hex message should be sent to request specific data from the receiver. That command looks like: 7F D0 30 2C 27 00 40 14 84 21 35 CB 09 (hex). However, when YAT displays the transmit data, it is reformatted as: 37 46 20 44 30 20 33 30 20 32 43 20 32 37 20 30 20 34 30 20 31 34 20 38 34 20 32 31 20 33 35 20 43 42 20 30...