Page 1 of 1

UART3 using 2.40 vs 2.20 not working

Posted: Wed Apr 14, 2010 2:12 pm
by greengene
anything else i need to look for beside uncommenting
THIRD_ON_CAN like on 2.20?

i'm getting the same fd with both versions but the reads are just
timing out. stdio stuff is working fine to the debug port.

Re: UART3 using 2.40 vs 2.20 not working

Posted: Wed Apr 14, 2010 4:22 pm
by rnixon
What module?

Re: UART3 using 2.40 vs 2.20 not working

Posted: Wed Apr 14, 2010 11:17 pm
by greengene
mod5282

Re: UART3 using 2.40 vs 2.20 not working

Posted: Thu Apr 15, 2010 4:34 pm
by pbreed
After you uncomment THIRD_ON_CAN you must rebuild EVERYTHING.

Another way to do this is to use the pin functions to set the RX and TX pins to
have the correct functionality, AFTER you open the serial port with open serial.


PAul