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.
Hello I have written a test code to recieve the test data generated by the mC to the computer using serial port and displaying it on hyperterminal. I simulated the code on keil using the UART1 hyperterminal simulator and it worked fine.
My query is that, is there any way by which i can save all the data recieved in the hyperterminal simulator of keil into a text or excel file. Normal windows hyperterminal has that option. But does the keil simulator has it? If not, is there any other way to save that data into a text or an excel file?
Regards Mayuresh
Look at the Log and the Slog commands in the debugger manuals. Bradford