I want to write commands to Output Window (Debugging Mode) from the Command Prompt . Commands like write data to Memory, read data from data variable etc. I am using Keil's Debugger, Micro Vision 2. This will help me in automating the testing. Thanks Ashok
You can only write to the command window. However the command window can be logged to a file using the LOG command.
"However the command window can be logged to a file using the LOG command" Unfortunately, I seem to remember that only the output from the commands is LOGged - so your logfile shows all the answers, but none of the questions! :-(
It also LOG's the command input. You may create a command input file and use the INCLUDE command to play-back all the inputs.