Amicus is a multifunction development system inspired by the popular Arduino board, however, the Amicus board uses a Microchip PIC® microcontroller instead of an Atmel AVRtm type.
Comprehensive documentation and a helpful and friendly support environment, make using
Amicus18 an easy and enjoyable experience for beginners and seasoned programmers.
Forum Moderator Mackrakit (Dave) very kindly ported the Proton BASIC Compiler code over to PBP3 and modified the original AMicus18 docuemts for PBP3 users.
...
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...