Well how would you suggest me to do it? Should I use serin2 instead of hserin?
I need it to be a interrupt driven buffer serial read since if I send the data too quickly it just discards some data. I tried to read the date with serin, serin2 and now hserin. My only problem now is
Code:
   PIE1.5 = 1          ' Enable interrupt on USART
   While CounterA <= 70 : WEND
   PIE1.5 = 0		   ' Disable interrupt on USART