New PBP version - Gold version - Is it really worth it?


Closed Thread
Results 1 to 21 of 21

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    In the Migration notes they mention a new file structure and the introduction of .INFO files - it's in these files that the CONFIG directive options are listed - atleast that's MY understanding. Short of that the info is available in the MPASM header files anyway so I'm not sure exactly what the difference is - time will tell.

    I didn't know about the upgrade either untill I saw this thread, it's got to be brand new since there's not even any info regarding it in the version history. I've also signed up for their e-mail list but haven't received any news thru that channel either. So, like I said, it's probably juuust released, I'm sure we'll hear more about it in the weeks to come!

  2. #2
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    PBP3 was just made available in the on-line store on Friday.
    It has not been officially announced, but it didn't take long for people to notice and start talking about it.

    With the changes in the way PBP3 is purchased and downloaded, we hoped there wouldn't be a flood this weekend, in case a problem popped up with the new systems.

    PBP3 installs with a 15-day trial that gives the FULL compiler with ALL available chips.
    The trial is not limited to 31 lines like the previous demo version.
    Feel free to download and try it at http://www.PBP3.com
    • Yes, DT_INTS is compatible with PBP3.
    • The #CONFIG block is awesome.
    • The conditional compiling is more usefull than I ever imagined.
    • The ability to add new commands to the language without modifying the compiler means you will be seeing a lot more capabilities at a faster pace.
    It may even be possible for 3rd party programmers to write new commands and make some money.
    But that part is only one of our wishes at this point.


    HI2C, HSPI, CRC etc. is all possible now, the framework is there, but the code isn't, yet.

    With easy updates from downloads, those pesky patches that won't run because you modified an .inc file are a thing of the past. Just download and install the new version and away you go.
    Alain will finally be happy.

    In fact, there is no reason to modify the .inc files at all anymore because the #CONFIG block eliminates the need to comment default configs. You can also use the new style CONFIG directives on the 18F's. (Much easier)

    PBP3 is compatible with Microchips MPLABX IDE.

    Get the 15-day trial at http://www.PBP3.com
    It installs seperately from your PBP 2.60 and prior versions of PBP, so you can have it installed at the same time.
    It includes the new version of MicroCode Studio which also co-exits with previous versions of MCS.

    There are many more things to talk about, but I can't do it all in this post.
    Get the Trial, give it a try, and Read The Manual.
    Last edited by Darrel Taylor; - 31st July 2011 at 18:04.
    DT

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    Ordered already! Will wait till tomm to get the new version.
    Best part is that the old version does not get affected, any problems, I will still be able to carry on with my old version (if I understood the last 4 lines of the post above)
    ___________________
    WHY things get boring when they work just fine?

  4. #4
    HarryPow's Avatar
    HarryPow Guest


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    Gold Version is fantastic, conditional compiles take me back to my 'C' days.

    With the new #config I have one include file for the several PICs I use which sets the configuration fuses according to
    which PIC I'm using at the time.

    Regards

  5. #5
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    I also like pbp3. I'll move on it anytime soon.
    But function still missing. And maybe MCS5it would be nice "Optional Command Line" for certain tab.

  6. #6
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    Bought it yesterday, waiting for melabs e-mail. PBP Proof of purchase on hand, but not MCSP one... dunno where I've put that one
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  7. #7
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: New PBP version - Gold version - Is it really worth it?

    Something is slick now... I did it manually before but...
    Code:
    TMR1                VAR WORD EXT     ; Joined SFR, BANK0
     TMR1L              VAR BYTE EXT     ; BANK0
     TMR1H              VAR BYTE EXT     ; BANK0
    Cool, no longer need to do it manually
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts