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 it possible to log the output of a serial window in a file?
The only way I found was to start the target sending data then exit uVision and use a terminal emulator with that capability ( procomm in my case). It seems you need to exit uVision as it doesn't release the serial port when minimized and windows complains that the port is in use. I would be interested if anyone has found a better solution.
Use the slog command in the debugger. This redirects all output from the serial window to a file. Keil Support