Pbppic18.mac


Closed Thread
Results 1 to 7 of 7

Thread: Pbppic18.mac

  1. #1
    Join Date
    Jan 2007
    Posts
    11

    Default Pbppic18.mac

    I have been using my PBP for a while now and while working with the USB Wizard, my PBPPIC18.MAC file got overwritten and now my non-USB files will not compile without macro errors. I am out of the country and my original CD is at home. Could someone please email me the file so I can continue to check my work?

    [email protected]

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


    Did you find this post helpful? Yes | No

    Default

    You'll have to contact melabs to get that file if you need to.

    But, you might check the .bas file for the chip you are using. In the PBP folder.

    This one is the 18F4550.bas
    Code:
    '****************************************************************
    '*  18F4550.BAS                                                 *
    '*                                                              *
    '*  By        : Leonard Zerman, Jeff Schmoyer                   *
    '*  Notice    : Copyright (c) 2004 microEngineering Labs, Inc.  *
    '*              All Rights Reserved                             *
    '*  Date      : 12/31/04                                        *
    '*  Version   : 2.46                                            *
    '*  Notes     :                                                 *
    '****************************************************************
    
    BANKA   $0000, $005F
    BANK0   $0060, $00FF
    BANK1   $0100, $01FF
    BANK2   $0200, $02FF
    BANK3   $0300, $03FF
    BANK4   $0400, $04FF
    BANK5   $0500, $05FF
    BANK6   $0600, $06FF
    BANK7   $0700, $07FF
    'EEPROM  $F00000, $F000FF
    LIBRARY "PBPPIC18"
    'LIBRARY "PBPUSB18"
    
            include "PIC18EXT.BAS"
    
    PORTL   VAR     PORTB
    PORTH   VAR     PORTC
    TRISL   VAR     TRISB
    TRISH   VAR     TRISC
    
            include "PBPPIC18.RAM"
    
    '*-----------------------* EOF 18F4550.BAS *--------------------*
    Make sure the PBPUSB18 Library is commented, and PBPPIC18 is uncommented.
    DT

  3. #3
    Join Date
    Jan 2007
    Posts
    11


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Darrel Taylor View Post
    You'll have to contact melabs to get that file if you need to.
    I did contact melabs and here is what I got:

    -----Original Message-----
    From: Beryl Wilson [mailto:[email protected]]
    Sent: Wednesday, May 23, 2007 9:19 AM
    To: [email protected]
    Subject: RE: PBPPIC18.MAC

    please post your message to the forum


    -----Original Message-----
    From: David Caffey [mailto:[email protected]]
    Sent: 22 May 2007 10:50
    To: [email protected]
    Subject: PBPPIC18.MAC


    I have been using my PBP for a while now and while working with the USB Wizard, my PBPPIC18.MAC file got overwritten and now my non-USB files will not compile without macro errors. I am out of the country and my original CD is at home. Could you please email me the file so I can continue to check my work?

    Proof of my purchase is below.

    Thanks,
    David Caffey

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Firegod View Post
    I did contact melabs and here is what I got:

    -----Original Message-----
    From: Beryl Wilson [mailto:[email protected]]
    Sent: Wednesday, May 23, 2007 9:19 AM
    To: [email protected]
    Subject: RE: PBPPIC18.MAC
    You contacted Crownhill, not MeLabs.
    Crownhill is a reseller.

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


    Did you find this post helpful? Yes | No

    Default

    Ooooh i see they're really kind

    try this one [email protected]
    Steve

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

  6. #6
    Join Date
    Jan 2007
    Posts
    11


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    Ooooh i see they're really kind

    try this one [email protected]
    Thanks e, got the file any everything is back to normble.

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


    Did you find this post helpful? Yes | No

    Default

    Good Enjoy!
    Steve

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

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