To use 9600,n,8,1 with Serin2/Serout2, code should be:Code:SEROUT2 0,T9600,[DEC1 b0]
What does your program after the serin2 with the byte received? Very likely the second byte arrives when receiver is not yet ready, increase the Pause to 1000 and see if it works than reduce it gradually to the optimum.Code:SEROUT2 Pin,84,[DEC b0] SERIN2 Pin,84,[b0]
Al.
Bookmarks