NOTE:
In the sample PIC code above, to get the time from the esp module I made a mistake.
you need to replace the first serin2 line with this one...
The rest of the posted code above should work with this exception.
Code:SERIN2 rxe,86,3000,SerTmout,[WAIT(">"),WAIT(13),WAIT(10)] 'wait for ">" "CR" "LF"
Bookmarks