Yup that's what i think... just an idea.

So you already figured something like
Code:
Disable 
USARTInterrupt:
    HSERIN [Data1, Data2,....]
    '
    '    Data processing or not here
    '
    Resume
Enable
Just read the HSERIN section. You may also use STR modifier too. Dpending what kind of data format you'll use.