Hi Joe,
I'll just beat the "pros" to the punch and tell you that if you want help you have to post the code. They don't like quessing about what you are doing.
BobK
Hi Joe,
I'll just beat the "pros" to the punch and tell you that if you want help you have to post the code. They don't like quessing about what you are doing.
BobK
Hi,
From the PicBasic PRo manual:
SERIN
An optional Timeout and Label may be included to allow the program
to continue if a character is not received within a certain amount of time.
Timeout is specified in 1 millisecond units. If the serial input pin stays
in the idle state during the Timeout time, the program will exit the
SERIN command and jump to Label.
* * * * *
Post your code and describe the format of the data your are receiving.
The devices sending data are also running code written by you?
* * *
While you receive data on one pin, data arriving at the same time on
another pin will be lost. (Could work only if the sent data is redundant).
Best regards,
Luciano
Last edited by Luciano; - 30th September 2005 at 09:03.
Bookmarks