transfer 50 longs using FullDuplex Serial driver
donnpangy
Posts: 49
Hello,
I am looking for a quick and easy way to send about 50 longs between two props. I am only running about 12 inches of cable between the two props. I am running FullDuplexSerial twice, once to the Parallax Serial Terminal and the second to communicate between two props. I am using pins 8 and 9 on both poth props, to transfer the 50 longs.
Let me know if there is an easier way to accomplish this task.
Thanks,
Don
I am looking for a quick and easy way to send about 50 longs between two props. I am only running about 12 inches of cable between the two props. I am running FullDuplexSerial twice, once to the Parallax Serial Terminal and the second to communicate between two props. I am using pins 8 and 9 on both poth props, to transfer the 50 longs.
Let me know if there is an easier way to accomplish this task.
Thanks,
Don
Comments
There's a lot to be said for working code. Does your code work?
Do you want to free up a cog to use for other features?
The four port serial object is a very useful object to know how to use. Tracy Allen's version also checks for framing errors, something FDS doesn't do.
Another option is an object Beau wrote for high speed Prop to Prop communication. I'll see it I can find a link and add it here.