If you are installing from the blue disc, you shouldn't have any problems.
But remember to right-click the install program and "Run As Administrator".
If you are installing from an older Black and White disc, there are a few extra steps to follow.
...
Re: HSERIN using EUSART RX interrupt - how does it really work?
since most chips have a rxbuffer you could also take advantage of
richard Yesterday, 22:34ISR:
rx_hit=1
while pir1.5
sdata[rx_count]=RCREG
rx_count=rx_count+1
if rx_count==5...