hi,
if you change your code like this you will success
start:
SerIn si,T2400,["255"],loop' Get the servo# and position for that servo.
IF loop = 255 Then
Goto led
else
GOTO start
endif
led:
High PORTB.4
Pause 5000
GoTo start
End
hi,
if you change your code like this you will success
start:
SerIn si,T2400,["255"],loop' Get the servo# and position for that servo.
IF loop = 255 Then
Goto led
else
GOTO start
endif
led:
High PORTB.4
Pause 5000
GoTo start
End
Last edited by kadirozen; - 9th March 2006 at 21:11.
Bookmarks