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

Still no output on serial2

I have tried to use the 2nd serial interface of the C166
I ve modified the hello-Program and created my own putchar.c
but there is still no output in the 2nd serial window.

Parents
  • Your previous message does not give much for us to go on, a few things to check,

    Check the 2nd serial buffer for the characters your expecting.

    Put a breakpoint on the serial interrupt routine - check its being serviced.

    submit your code here and see if we can find a problem with it

Reply
  • Your previous message does not give much for us to go on, a few things to check,

    Check the 2nd serial buffer for the characters your expecting.

    Put a breakpoint on the serial interrupt routine - check its being serviced.

    submit your code here and see if we can find a problem with it

Children