Quote Originally Posted by dhouston View Post
I get the same syntax error (Expected "]") on a similar (mine includes a timeout label & value) statement using PBP 2.50 and MPASM.
Code:
HSerIn 15,init,[WAIT($FF,$05),addr)
Sorry, the closing ")" was a typo - my router quit yesterday and I had to manually type that line instead of copying it across my network.

The reason my test failed was because addr was not declared. The error message is a bit cryptic.

Have you declared the correct number of array elements for DATAIN?