Quote:
Maybe I should reiterate what I asked:
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
pause ???
SerIn porta.1, T2400, Data2
pause ???
SerIn porta.2, T2400, Data3
pause ???
Continue with code*********
SERIN hardly needs any time to decode anything, maybe if you're using some of the SERIN/SERIN2 modifiers, those might need a few instruction cycles to execute.