SEROUT/SEROUT2 baudrate mode are quite different. Both are listed in the manual
as for the bracket in SERIN... well, the manual also explain the syntax... the code example is also self-explanatory
Code:
' Wait until the character “A” is received serially on Pin1 and put next character into B0
SERIN 1,N2400,["A"],B0
SERIN/SEROUT don't use the USART, it's software solution. HSERIN/HSEROUT use the USART.
And you're right, you use the OSC value for your USART.
Last edited by mister_e; - 20th April 2008 at 15:24.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks