If that's the ONLY string you want to receive you might do...
But, if you have more stings coming in at unspecified times, you'll probably need to receive the whole string in a buffer, and parse it manually.Code:buffer VAR BYTE[12] HSERIN [wait("atdt+3"),STR buffer\12]
<br>
Bookmarks