Hi Jumper,

After looking at the PBPPIC18.lib file, it appears that the STR modifier is limited to a single byte for the "digit count". So 255 will be the maximum.

See if this helps...
Code:
HSERIN [STR RxData\255, RxData(255)]
<br>