I used MSP430 connecting with ANT. (UART)
i set sleep signel always low and suspend always light.
it means i can send message to Ant any time, right?
so RTS is always low.
RTS is low before i reseted ANT.
After i reseted ANT using the reset pin, RTS is low too.
( I did take delay before and after i reseted ANT )
Than i send message to Ant (A4, 03, 46, 00, 10, 00, F1)(Assign Ch.)
But i didn't get any RTS de-asserted even thought i took delay after the message had been send.
(I also tried the reset message(A4, 01, 4A, 00, EF), but it still didn't work)
Is that possible because i took delay too long??