Hi Thanks for reading...

I have this code :-

SERIN2 PORTC.5,813, [STR pass\4]

Reads what I expect great at 1200 Baud.... My question is how do echo what is being entered back to the operator... The above works great but I am finding I have to wait for the 4 charactors to fill before I can get it back using SEROUT2 ?

Or do I have to do them 1 at at time (1 in/ 1 out)??

Thank you for help

Andy