Hi

I have learned recently that "Serin" does not have a buffer therefore it needs some time to decode the data it receives. If I have multiple serin sequences one after the other, how long do I need to wait in order for the code to be received correctly. Below is an example of what I am asking:

SerIn porta.0, T2400, Data1
delayms ???
SerIn porta.1, T2400, Data2
delayms ???
SerIn porta.2, T2400, Data3
delayms ???

Continue with code*********