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

Seral window and PC COM ports

I am debugging a target board using Ulink. Why can I not use the serial window of uVision for the output coming to the PC:s serial port? Or can I somehow?

Jokke

Parents
  • "Why cannot uVision accept the terminal windows to be connected to serial ports, and emulate a terminal?"

    I think you have the wrong end of the stick there!

    The purpose of the Serial window is for use with the simulator: the simulated output from your application goes to the serial window, and stuff typed in the serial simulates input to your application.

    I have a dual-screen PC, and use 1 screen for uVision, and the other for a terminal emulator when debugging a real target.

Reply
  • "Why cannot uVision accept the terminal windows to be connected to serial ports, and emulate a terminal?"

    I think you have the wrong end of the stick there!

    The purpose of the Serial window is for use with the simulator: the simulated output from your application goes to the serial window, and stuff typed in the serial simulates input to your application.

    I have a dual-screen PC, and use 1 screen for uVision, and the other for a terminal emulator when debugging a real target.

Children