Future PBP


Closed Thread
Results 1 to 20 of 20

Thread: Future PBP

Hybrid View

  1. #1
    Join Date
    Dec 2014
    Posts
    7


    Did you find this post helpful? Yes | No

    Default Re: Future PBP

    2 big projects in the past 2 years. Fair money makers too. Prototyped them in PBP using 'available' PICs, and by available I mean supported by PBP, PIC18F87J50.
    Worked fine, but ran short of I/O by about 40 pins. '595's and '165's worked for the prototype, but made for a messy PCB in the final project.
    Ended up switching to the 18F97J94 and using the .asm file as a template for generating the 18F97J94 code.
    Ending up eating the extra hours in dev time re-coding.

  2. #2
    Join Date
    Oct 2009
    Posts
    583


    Did you find this post helpful? Yes | No

    Default Re: Future PBP

    I develop code for my hobby projects, so mostly thing are simple and within the capabilities of PBP out of the box. I like the structure and syntax which I find is close to the BASIC I used on computers back in the '80s so often it's easy to debug or follow someone else's code. However, I do find that it hasn't kept pace with its competitors or hardware development. The Arduino and Raspberry Pi have a strong following, with support for modern colour LCD displays, wi-fi, and a host of other peripherals, both hardware and in library files... PBP appears to be lacking commands for these items, and has relied on the likes of Darrel, Mr E, Henrik etc to come up with routines to fill gaps and make PBB work simpler or better. I'm guessing that the developing team behind PBP is small, and the resources to hand are limited which is why the likes of MikroElectronika are leagues ahead.

    The other issue I have, is that once purchased, Mikroebasic, C, Pascal etc are all a one time purchase with free updates, be that major or minor. When PB3 was launched, whilst there was an upgrade path, it still cost money. I'm sure the same will happen when / if another major release of PB comes out.

  3. #3
    Join Date
    Jul 2003
    Location
    Lancashire
    Posts
    50


    Did you find this post helpful? Yes | No

    Default Re: Future PBP

    does anyone have any meaningful information on an update to PBP3. I have used PBP since it launched and I`m comfortable with it, but I`m hitting limitations with both it and the IDE which equally hasn't updated in 3 years and of course the new PICs now available are not supported.
    Regards Pete

  4. #4
    Join Date
    Dec 2006
    Location
    Brasil, Sao Paulo, Campinas
    Posts
    54


    Did you find this post helpful? Yes | No

    Default Re: Future PBP

    I really like the PBP and also hate the C syntax. Whenever needed, I was helped by everyone here at Forun.
    Recently however, I played with the Arduino and I would love that PBP did something like libraries specific to the various devices available today as accelerometer, GPS, Bluetooth modules, pressure / temperature / humidity sensor, graphics and touch displays, and many others since do this in sometimes nail is complicated and requires further study the datasheet. The Help could also be updated with current examples of use of these devices. An improvement in the configuration of the fuses would be cool, because I think it would be easier if when choosing the pic model, already brought the template settings to the body of the program according to the version of the compiler used. I know there are many posts about it but agree, requires extra work. I was also sad about the loss of Darrel because their work helped a lot, but I believe that other colleagues will continue the improvements and in order to keep on top PBP implementations.
    Regardless of anything, I got used well PBP, are only suggestions

  5. #5
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Re: Future PBP

    I just ported most of my reuseable BASIC code to C, and it is really very little drama.
    I see little reason to go back to BASIC now I can only think of a few assembly bit banging reasons
    just to make a point, but the grunt of the dsPic would probably still do it faster.

    What started as a simple project became one dsPic that runs most useful code I’ve written
    (PBP/asm code that I would use again), and a lot of C as well, with plenty of room left.

    When you write in another language a while, it’s difficult to switch back, even one you’re familiar with.
    It’s like that with C, if I write a BASIC program right now,
    it will no doubt have braces and backslash comments until I try to compile it.

Similar Threads

  1. Replies: 2
    Last Post: - 12th November 2014, 07:57
  2. The Future Of Hobby Electronics.
    By T.Jackson in forum Off Topic
    Replies: 53
    Last Post: - 2nd February 2009, 06:39
  3. PBP File Extension: .BAS vs .PBP
    By nedtron in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 13th February 2006, 05:48

Members who have read this thread : 5

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