I got one of our firmware engineers to output some values from our product via the UART and these are coming through in the Arc UART window approximately every 30 seconds (but not exactly, or consistently)
I’m running the unit at varying voltages and recording the waveforms for post-processing, however what I want to do is to also record the timestamp and log messages into a file for each of the test sequences.
My lua script is essentially:
setup device
setup project
setup variables and channels
set the supply voltage
record 2min (via msleep function) <- want to record the UART in here…
export results to some files
adjust setpoint
repeat
How would I accomplish this?
Jared (HW guy attempting some software)