This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to create a file to view output

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

Parents Reply Children
  • 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)