Hi Guys,
Could someone advise please how can I skip some bytes when read a stream using SERIN? The chip I use does not support serin2 or hserin and it's program memory is too small, but I noticed that skipping bytes by using something like
SERIN PORT,MODE,["CHAR"],BYTE,BYTE,BYTE,BYTE,BYTE,BYTE,BYTE,BYTE
uses too much program memory for skipping bytes. Is there a better way?
Thank you,
Alexey
Bookmarks