Now it's time to configure the programming environment. First thing to do is to add PBP Language Toolsuite to MPLAB
  1. Open C:\PBPDEMO\MPLAB_Plugin folder
  2. Run setup_PBPSUITE
    If you're running Vista of Win 7, you want to raise your privilege, right click on the file then, click on "run as administrator"
As simple as that!

Time to configure PBP within MPLAB
  • Start MPLAB
  • On the top menu, Click on Project
  • From this menu select Set Language Toolsuite Locations
  • in the Registered Tools list, click on the little + on the left side of microEngineering PICBASIC PRO Toolsuite
  • Then again on the little + on the left side of Executables
  • Finally click on microEngineering PICBASIC PRO Compiler (PBPMPLAB.BAT
  • The Location field should indicate C:\PBPDEMO\PBPMPLAB.BAT)
  • Click on OK
In theory we're done with it... let's try tro start a new project.