Serial line one would need to send out high data rate sensor data, and read in low data rate commands...say 3 times a second
Serial line two would need to send out low data rate sensor data, and receive low data rate commands...say 3 times a second
possibly another thing...the data being sent OUT is very similar. Is it possible to transmit the serial data out on two pins at the same time? That way minimal extra processing would go on. The RX lines would still need to be different because they would be sending different data.
So I would say that it could get by with half duplex, although full duplex would be nice.
I guess hooking up two serial ports to one pin on the prop would allow for data to be sent out on both, but I would like to avoid that if possible.
Yep that is just what I was looking for I made another post about xtal and clock speed but it looks like it is indicating that they used a 6MHZ crystal for the code. I assume that the code runs on a board with 5Mhz xtal? Anyways hopefully other post will discuss this topic a bit more. Thanks Again!
Comments
-Phil
Serial line two would need to send out low data rate sensor data, and receive low data rate commands...say 3 times a second
possibly another thing...the data being sent OUT is very similar. Is it possible to transmit the serial data out on two pins at the same time? That way minimal extra processing would go on. The RX lines would still need to be different because they would be sending different data.
So I would say that it could get by with half duplex, although full duplex would be nice.
I guess hooking up two serial ports to one pin on the prop would allow for data to be sent out on both, but I would like to avoid that if possible.
Great job!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH