We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is there a way to enter hex values into the UART window in the simulator? I want to simulate the response of the application to a binary response from a controller, so finding equivalent (and type-able) ascii equivalents is going to be dull.
Typical input sequence might be 0xCC 0x00 0xAB 0x00 0x3A 0x70 0x34 0xE2 0xFF and can be up tp 20 chars.
Can't seem to find an answer to this
Any ideas appreciated.
www.keil.com/.../uv4_sm_uartcommunication.htm - see "Input Characters via SxIN VTREG" and the link to "Automated Serial Input Script" at the foot of the page...
Perfect, many thanks.