Quote Originally Posted by brid0030 View Post
The following code works. Serin2 modes differ from serin modes, and I think the variables for serin and serout ports have to have numbers.
Good game....That's what I was getting at the whole time.

SERIN/SEROUT; use modes (t2400, n9600, etc)

SERIN2/SEROUT2; you have to figure out the 'mode number' depending on what you want to do according to the manual (or towards the back somewhere there's a table with a lot of values already in it). But one of the advantages of the SERIN2/SEROUT2 over regular SERIN/SEROUT is that you can set it up to run at 4,578 baud if you want (I don't know if that works out in the math, but I think you get my point), that and the big one is the much better string/variable handling options.