Propeller stops running, when i add the following code
propwell
Posts: 87
Hi folks,
i'm becoming about the following problem:
I've got a certain program running, which works pretty good. But as i add the following lines, the propeller stops running at a certain point:
(sm. is my SerialMirror Object)
My total Code is attached, maybe you could have a look.
Thank you so much,
Max
i'm becoming about the following problem:
I've got a certain program running, which works pretty good. But as i add the following lines, the propeller stops running at a certain point:
sm.rxflush sm.tx("s") if sm.rxtime(20)==1 msg[noparse][[/noparse]0]:=sm.rxtime(20) ' else sm.tx("s")
(sm. is my SerialMirror Object)
My total Code is attached, maybe you could have a look.
Thank you so much,
Max
Comments
rxflush has a conditional loop so is a prime suspect I would think.
Graham