Here is something else if you want to go the route of sending "good" data the first time.
You might be able to get an idea or two... or more confused
http://www.picbasic.co.uk/forum/showthread.php?t=12554
Here is something else if you want to go the route of sending "good" data the first time.
You might be able to get an idea or two... or more confused
http://www.picbasic.co.uk/forum/showthread.php?t=12554
Dave
Always wear safety glasses while programming.
Another one idea is to have the 3rd string stored in an array and then on the 4th reception compare in the serial input that string using the wait modifier
like this:
debugin [str my_array\4]
and then
debugin [waitstr my_array\4]
I'll try to put up an example soon. I got to go now... sorry
Ioannis
Last edited by Ioannis; - 6th April 2010 at 11:11.
Bookmarks