Yup, I did that. Like I said, I'm pretty sure the remote processor is the issue, just trying to identify why it's happening and how to limit the failures.
I receive with this:Code:IF RCSTA1.1 = 1 THEN RCSTA1.4 = 0 RCSTA1.4 = 1 DAT_IN1 = RCREG1 IF PIR1.5 = 1 THEN DAT_IN1 = RCREG1 ENDIF FOR X=1 TO 500 HSERIN1 1, DONE, [STR DAT1\1] IF DAT1="@" THEN GOTO DONE DAT[X]=DAT1 NEXT
Bookmarks