v_merino -

One clarification I thought I would add to Dwayne's post [Hope you don't mind Dwayne ]

Remember that though you are sending Data in Binary format "[%11100010], you are receiving the data in the decimal version of 11100010, which is 226 I am sure you already knew this, but just thought I give you a reminder.

I double checked your code between two of my development boards and it worked perfectly for me no problem. The SerIn command will automatically take care of making your pin from an input.

One last thing you could double check is that your variable is declared properly. The reason I say this is that typically, I lable my PortC.7 pin RX, so when I popped your code into my template, i nearly forgot to change your data storage variable to a different name, (RX2).

ie:

RX var PortC.7 'Nickname for RS-232 RX Pin
RX2 var byte 'Storage variable for SerIn Data

Best Regards,

Carl
www.schellelectronics.com