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: HSEROUT using STR modifier - length parameter as variable not working
For now, here a my two test programs with 16F690 and 18F1220.
flotulopex Yesterday, 13:11Surprisingly (to me), both accept the STR length as variable in the 3 ways I'm using it (HSEROUT, SEROUT2 and DEBUG).
I'll go back...