PICBASIC PRO™ Compiler 3.0
PBP is the industry standard BASIC programming language for Microchip's PIC microcontrollers. No other BASIC compiler for PIC MCUs boasts the 15-year success in both commercial and non-commercial environments.
Version 3 is a major evolution of this popular product, making it even more capable, stable, and reliable. All the years of development culminate here, with many new capabilities and improvements. Come see why thousands of engineers, educators and hobbyists have depended on PBP for more than a decade.
* Supports more than 500 microcontrollers.
* Newly revised 300-page manual.
* MPLABX compatible
* Available in different editions from £31.82 to £171.94


Menu

Re: LCDOUT command followed by variable data
I'm using this for such cases:
CuriousOne Today, 21:26topline: 'top line updater sub
ofs=pos*16 'modify position offset
for x=0 to 15
i2cread sda, scl, adr, x+ofs, [y] 'write from eeprom
tline[x]=y 'write into...