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

RS232 ASSIGN to Serial Window (uVision or dScope)

Documentation (uVision or dScope):
>The serial output may be also assigned to a PC >COM port using the ASSIGN command.

Could anybody give a working example,
how to do it for C167 microcontrollers ?

I doubt that works...

Parents
  • If you just type ASSIGN on the debugger command line, it will prompt you for the remaining parameters.

    You also need to set up the COM port from the debugger command line.

    "I doubt that works..."

    It does work!

Reply
  • If you just type ASSIGN on the debugger command line, it will prompt you for the remaining parameters.

    You also need to set up the COM port from the debugger command line.

    "I doubt that works..."

    It does work!

Children