At 16:51 4/05/00 -0400, you wrote:
>i'm trying to receive some responces over the serial port,  i call
>serReceive and serReceiveWait etc but nothing seems to be returning,  as
>well as checking the receive buffer.  i'm thinking of next trying to catch
>an event or interupt but need some direction.  am i going to far?  should
>there be something else i should check as to why my receive calls are
>failing?

You might also want to use serReceiveCheck to see if there is any bytes 
waiting at the serial buffer before trying to receive it. Other that and 
maybe a delay required like in my sending to a modem and receieving data 
back. I had to use SysTaskDelay(10); to get it wait for the data to be in 
the queue. This may be just so i don't have to recheck the buffer, but all 
the same, could make a difference.

Tim


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to