How far can I go with the serout2 (serin2) command ?
I use the pic16f628 with 20mHz xtal

My programm looks like

DEFINE SER2_BITS 8

serout2 pinout,32,[mydata]

SerIn2 PININ,32,50,BEGIN,[WAIT("$"),B1]

If I lower the 32, the baudrate becomes faster.
How fast can I go ?
is it possible to get 250 Kbaud ?

Thanks in advance.