V 2.60 and DT Instant Interrupts?


Closed Thread
Results 1 to 10 of 10
  1. #1

    Default V 2.60 and DT Instant Interrupts?

    I was wondering if Mr. Taylor's great Instant Interrupts will work with the new PBP upgrade, specifically the 18F87J90 family?

  2. #2
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    Who says there is a version 2.60?

    http://microsound.co.za/cart/product...roducts_id=446
    http://www.scalerobotics.com

  3. #3
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    I ordered my copy today from MCUmart.
    Charles Linquist

  4. #4
    Join Date
    Feb 2003
    Location
    Sydney, Australia
    Posts
    126


    Did you find this post helpful? Yes | No

    Default

    I had a look on melabs and MCUmart, but can see no mention of 2.60. Any more info anyone ?

    Bill.

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


    Did you find this post helpful? Yes | No

    Default

    Yes, DT_INTS works with 2.60.

    I have not updated DT_INTs-14 to work with the new Enhanced Core PIC's since I can't seem to get any of those chips.
    They may even need their own DT_INTS-14E files. Not sure yet.

    Once I get some chips, I'll do it. Can't wait to try them out.

    P.S. Some vendors still have 2.50 as the PBP upgrade.
    Make sure they are offering 2.60 when ordering.
    I know Rentron.com has the new one. Got mine there.
    <br>
    DT

  6. #6
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,795


    Did you find this post helpful? Yes | No

    Default

    And what news does the 2.60 bring?

    Ioannis

  7. #7
    Join Date
    Sep 2007
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    As always, many new parts. New libraries have been created for
    the 14-bit enhanced core.

    The MPLAB integration has been reworked in response to Microchip
    dropping COD file support. COFF files are now generated for all
    cores, without requiring use of MPLINK. A batch-execution method
    has been added to alleviate the requirement of PATH variable
    modifications. A build-options checkbox for PBPL has been added.


    New commands/operators are:
    Code:
    ARRAYREAD
    ARRAYWRITE
    'These commands allow you to treat an array variable with the 
    'ASCII format modifiers like DEC, HEX, BIN, etc.  You can write
    'strings into an array (format), or read values from a string in
    'an array (parse).   Examples:
    
    	string1	VAR BYTE[24]
    	string2 VAR BYTE[24]
    	ARRAYWRITE string1, [REP 0\24]  ' fill string with zeros
    	ARRAYWRITE string1, ["ADC Value: ", DEC value] ' store display string
    	ARRAYREAD string1, 24, not_found, [WAIT(":"), DEC value] ' parse a value
    	ARRAYWRITE string2, [STR string1\24]  ' copy from one array to another
    
    DO    'new syntax for loops, tests are WHILE/UNTIL, at DO or LOOP
    LOOP
    
    ELSEIF     'allows multiple sections of IF..THEN with conditionals
    
    EXIT       'jump to end of DO, FOR, REPEAT, etc.
    
    ON GOTO    'alternate syntax for BRANCHL
    
    ON GOSUB   'BRANCHL, but calls with GOSUB and allows RETURN
    
    ATN        'arctangent
    HYP        'hypotenuse
    Charles Leo
    microEngineering Labs, Inc.
    http://melabs.com

  8. #8
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Well that's a musshav'it, BTW you guys sell an upgrade from PBC to PBP, any chance of a good guy price on PBC for PBP owners ? Now why would I want that? To learn it so as to be able to understand and answer questions. Going now to order 2.6.
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  9. #9
    Join Date
    Sep 2007
    Posts
    32


    Did you find this post helpful? Yes | No

    Default

    Now, there's a request I don't hear every day. Sorry, though. I'm afraid there's no discounted path from PBP to PBC, even for a well-intentioned good guy.
    Charles Leo
    microEngineering Labs, Inc.
    http://melabs.com

  10. #10
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Cost nothing to ask . . .
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

Similar Threads

  1. DT instant interrupts with mister_e keypad
    By Tomexx in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th November 2008, 21:02
  2. DT Instant Interrupts help
    By perides in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 26th November 2008, 19:41
  3. 12F683 and DT Instant Interrupts
    By jderson in forum mel PIC BASIC Pro
    Replies: 26
    Last Post: - 22nd November 2008, 13:47
  4. 18F1220 and DT Instant Interrupts
    By jderson in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 30th June 2008, 06:37
  5. Replies: 1
    Last Post: - 1st November 2006, 04:11

Members who have read this thread : 1

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