PBP wish list.....


Closed Thread
Results 1 to 8 of 8

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Simple wish... far at the bottom of the to-do list

    Even if it's not important.. it could be interesting to have

    Hardware and Software block definition
    Code:
             '
             '    Lcd 
             '    ---
             With LCD 
                  Data = PORTA,0    ' Set data pin of LCD to
                                    ' PORTA.0-PORTA.3
     
                  RS = PORTB,4      ' Set RS bit of LCD to
                                    ' PORTB.4
        
                  E = PORTB,5       ' Set E bit of LCD to
                                    ' PORTB.5
         
                  LINES = 4         ' 4 Lines LCD
                  COMMANDUS = 2000  ' Command delay time in uSec
                  DATAUS = 50       ' Data delay time in uSec
                  EndWith
    Same for all other function like DEBUG, HPWM, HSERIN....

    I/O Alias block
    Code:
    Alias PORTA
         .0 = SCL
         .1 = SDA
         .2 = StatusLED
         EndAlias
    Variable type block
    Code:
    BYTE
        CounterA
        Discard
        BlahBlah
        EndBYTE
    Last edited by mister_e; - 6th November 2005 at 18:56.
    Steve

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

  2. #2
    martarse's Avatar
    martarse Guest


    Did you find this post helpful? Yes | No

    Default DTMF decoder wery hard to find!

    Hello alain,

    DTMF decoders are very hard to find. I know there are many models on the market but they seem to be unavailable.

    Clare, Motorola, SDI, TI and some others manufacturers have stated the end of manufacture for this part!

    Zarlink are another company that make this part, but they are not interested to sell it for an order under 10000 units.

    I think a function like DTMF Decoding would be very interesting in the next release of PBP.

    salut!
    Martin

  3. #3
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Question

    Hi, Martin

    Opening my favourite component retailer cat. I find at once the TCM5089 ...second the MT8870 from MITEL ...
    so, you're in Canada ... lots of differences from here.

    THE Heavy method is found in the NE/SE 567 Datasheet : 4 couples of PLL circuits ... but, I think there's an easier way.

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. PBP Book
    By Bruce in forum Off Topic
    Replies: 83
    Last Post: - 4th October 2021, 12:55
  2. PBP List file???
    By MOUNTAIN747 in forum General
    Replies: 2
    Last Post: - 28th February 2010, 19:48
  3. List of instructions used in PBP ?
    By AndrewC in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 2nd November 2007, 11:22
  4. PBP Editor Wish List:
    By blainecf in forum PBP Wish List
    Replies: 7
    Last Post: - 12th July 2006, 21:07
  5. PBP Wish List
    By Radiance in forum PBP Wish List
    Replies: 5
    Last Post: - 1st February 2005, 17:30

Members who have read this thread : 0

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