Hello Jeff,
Jeff>>I've changed the pause time between sends as well as the value and order that the numbers (currently 4 and 2) are sent in. Still the same thing on the PIC end. The second value is always doubled.<<
One thing that I see, that if you are not careful, is your for and next loop.
Lets say times=1
For i=1 to times
blink
next i
Some compilers will *ALWAYS* go through the for and next Loop, no matter what. And others will not.
If Times=0 it may STILL go through the Loop. Since I did not look at your program in detail, I am only pointing out something I have seen many a programmer get frustrated over. Thus a one or zero will always produce at least one blink.
Better yet Jeff, can you scope this, and truly varify that you are receiving a 4?
Dwayne
Last edited by Dwayne; - 30th November 2004 at 15:22.
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Bookmarks