Do the PicBasic and PicBasic Pro Compilers work with the Microchip programmers?
The PicBasic and PicBasic Pro Compilers generate standard .HEX files that can be used with most PICmicro programmers including Microchip’s PICStart Plus and Parallax’s PICmicro programmers. Top • How do I use PicBasic Pro Compiler with Microchip’s MPLAB? See the MPLAB installation page. Top • Why do I get assembly errors when I use MPASM, but PM works fine? MPASM defaults to case-sensitive operation. Normally this will have no noticeable effect on programs, unless in-line assembly code is used. PBP DEFINEs like OSC and the LCD definitions must be in all upper-case as shown in the examples in the manual. Top • How do I run PBPW from a shortcut and make the screen stick around so I can read it? Put in something like: C:\Command.com /c C:\pbp\pbpw.exe (+ parameters) in cmd line field in the “Program” dialog tab and un-check “Close on exit.” Top • Why won’t my program write to code space on a 16F87x using the WriteCode command? ReadCode works fine. You must set a configuration bit that ena