New project: serial hub
KCFlyer
Posts: 1
I need to accumulate serial data from several devices (altimeters, GPS, sensors) at 4800 or 9600 baud. I think four inputs would be sufficient.
There would be very little processing of the data streams. Probably just add some protocol bytes to identify the source of the stream. Shouldn't
need to buffer more than one or two records.
As soon as a complete record is ready, it would be sent out to an RF link at 115k baud.
I only have a little experience with the Stamp, and I had doubts about it's ability to handle multiple simultaneous serial streams. The Propeller looks
like it might just be the ticket!
Experts, is this a good application for the Propeller?
Thanks!
There would be very little processing of the data streams. Probably just add some protocol bytes to identify the source of the stream. Shouldn't
need to buffer more than one or two records.
As soon as a complete record is ready, it would be sent out to an RF link at 115k baud.
I only have a little experience with the Stamp, and I had doubts about it's ability to handle multiple simultaneous serial streams. The Propeller looks
like it might just be the ticket!
Experts, is this a good application for the Propeller?
Thanks!
Comments
Yes this is a perfect application for the Propeller. I have been on your web site....and I'm building from some of your examples.· I'm building a totally autonomous flight system. The nature of the propeller give fast access to information in and out.
Hope this helps,
James L