Strings......and how to join them


Results 1 to 18 of 18

Threaded View

  1. #18


    Did you find this post helpful? Yes | No

    Thumbs up funny enough.........

    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),"+"]
    Last edited by gringobomba14; - 22nd July 2008 at 16:34.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts