Yes. I have added the following to avoid any garbage(from my car alarm fob):
SERIN2 PORTc.4,16572,250,programstart,[wait("*"),STR temp\25\13]
so that unless the string begins with a * then nothing is received
and this on the TX side of the temp/hum module to help synching
SEROUT2 PORTc.2,16572,[$55,$55,$55,"**Temperature ",dec2(temp/100),".",dec1 (Temp),"+"]
Bookmarks