Hello again.
I have this simple line:
serin2 portc.4,84,[STR textline\8\13]
So it waits till there are 8 consecutive bytes received or enter received and then proceeds to next code.
Is there a way to determine what caused it to go to next code? this was due to enter pressed or 8 bytes received?
Only solution comes to my mind is to store copy of TEXTLINE array and upon reception of new data, compare these values and see, if there were any changes written to array. But I guess, there might be a simpler way for all that?
Bookmarks