|
Re: Serial communication between RC's
Along with Pat's suggestions, you could also try lighting your indicator when Serial_Port_One_Byte_Count() > 0. (do this before you call the read fxn)
I'm 99% sure you have ENABLE_SERIAL_PORT_ONE_RX defined, otherwise you could not call Read_Serial_Port_One() without the compiler throwing errors.
|