Any Ideas???


SERIN2 PORTE.1, 49236, [Commbyte]

SERIN2 PORTA.0[33], 49236, [Commbyte]

The first line works perfectly, the second line doesn't work at all.

I have multiple lines that I'm getting comm signals from, and I need to select them with an index variable. Everywhere else in the program I'm able to use these two concepts interchangeably, except with SERIN2 (and, SEROUT2, I think). I've tried brackets and parenthesis - no help.

My alternative is to write 8 separate sets of code, one for each I/O line

Any brilliance would be appropriately lavished.