If that's the ONLY string you want to receive you might do...
Code:
buffer  VAR BYTE[12]

HSERIN [wait("atdt+3"),STR buffer\12]
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.
<br>