Laurent R
03-30-2009, 07:32 PM
Hi everybody
I have a problem with a serial communication.
First I through that it don't need anything else than x:= serial.RxHex but when try, it looks like the prop don't wait.
So i I try to use this code to wait a serial command before doing a task but now nothing happens when I send the command.
repeat while x==0
x := serial.RxHex
So if somebody has a idea?
Thanks
Laurent R
I have a problem with a serial communication.
First I through that it don't need anything else than x:= serial.RxHex but when try, it looks like the prop don't wait.
So i I try to use this code to wait a serial command before doing a task but now nothing happens when I send the command.
repeat while x==0
x := serial.RxHex
So if somebody has a idea?
Thanks
Laurent R