When SERIN is used, does the specified pin STAY on the SERIN line UNTIL it receives an RS232 stream?
Correct!
Or does it set the pin up to receive, store the info in a register when it gets it, WHILE the pic is busy with other things?
Only the PIC USART can do this. SERIN is a software solution wich allow PIC without USART(16F54,16F84,12F629,12Fs in general) to work with serial comms.
And with timeout, it will allow a jump (after a period of time) to another routine if it hasn't been satisfied?
Correct!
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks