Re: Serin after instant interupt?
the likely hood of getting serin/debugin/ser2in to sync up within 4 or 5 bytes
when isr triggered by start bit is very low
my strategy would be to
create a buffered single byte serial input routine edge triggered by interrupt.
the routine could then react with the assumption that start bit is underway.
to flesh it out further one would need to know :-
baud rate
inter byte delay if any
size of and timing of data "parcels"
start and/or end markers if any
any crc or other indication of successful reception
Warning I'm not a teacher
Bookmarks