hi everybody I have used hyper terminal and set baudrate to view my processor output. Is it possible to create an file in keil(any command) in which we can directly print the output instead of viewing in hyper terminal. thanks in advance
"A similar feature is the 'slog' command which will create or append a file of any text appearing in the serial window." True, but the Serial Window is for the Simulator serial output - he is actually running his code in his target! What he needs, as Drew says, is to capture the text in Hypoterminal (which he is already using)
There are two log features in the Keil debugger. First is 'log' which will create or append a file of any text in the command window. A similar feature is the 'slog' command which will create or append a file of any text appearing in the serial window. Look for these two commands in the online Debugger manual.
Most decent terminal programs allow you to log the results to a text file. Even Hyperterminal has the Transfer / Capture Text menu option. It also has a Capture to Printer option (though I don't really see much point in doing so directly, without going through a text file first).
write to any file(.txt) or..........
which we can directly print the output Print on WHAT? Erik
View all questions in Keil forum