Quote Originally Posted by skimask View Post
Code:
@   INT_DISABLE  RX_INT                                ; Disable RX Interrupt 
hserin 100,timeout [databyte[1], databyte[2]]
@   INT_ENABLE  RX_INT                                 ; Enable RX Interrupt
@   INT_RETURN
Take a quick look around the 1 and 2
Hi Skimask,

thanks for the reply. I will try with square brackets tomorrow. I started using round brackets for array addressing when inside a square bracket statement, like HSERIN, a short while ago after reading a post by Darrel. I will try the square brackets tomorrow and let you know if it makes any difference

Cheers

Rob