Technical support for the MELabs PICBASIC Compiler is provided solely via the online forum. Click the forum button on the top menu bar of this page. Before posting a support question, it maybe useful to search the forum for answers to perviously asked questions that are similar to your own. Or look through the user created sections on the main page of this site. The wiki, code example and other areas carry user generated content, to assist you with your enjoyment of our products.
If you can't find the answer you need, our community volunteers are ready to help you find a solution, just post your question in the relevant section of the forum.
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...