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
which we can directly print the output Print on WHAT? Erik
write to any file(.txt) or..........
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.
"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)