UART3 using 2.40 vs 2.20 not working

Discussion to talk about software related topics only.
Post Reply
greengene
Posts: 164
Joined: Wed May 14, 2008 11:20 am
Location: Lakeside, CA

UART3 using 2.40 vs 2.20 not working

Post 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.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: UART3 using 2.40 vs 2.20 not working

Post by rnixon »

What module?
greengene
Posts: 164
Joined: Wed May 14, 2008 11:20 am
Location: Lakeside, CA

Re: UART3 using 2.40 vs 2.20 not working

Post by greengene »

mod5282
User avatar
pbreed
Posts: 1088
Joined: Thu Apr 24, 2008 3:58 pm

Re: UART3 using 2.40 vs 2.20 not working

Post 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
Post Reply