All Digital


+ Reply to Thread
Results 1 to 40 of 40

Thread: All Digital

Hybrid View

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


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    DT

  2. #2
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,154


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Thanks! Updated to v1.5 from that link you provided.

  3. #3
    Join Date
    Dec 2013
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Does All Digital work in PBP3? I have installed ALLDIGITAL.pbp in the main directory of PBP3, but Micro Code Studio gives me a warning of unable to open INCLUDE file ALL DIGITAL.pbp. I don't know what I'm doing wrong.
    Thank you.

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


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Yes, it works with PBP3.

    Post the actual line of code and errors you are receiving.
    Paraphrasing errors doesn't give the information needed to diagnose your problem.
    DT

  5. #5
    Join Date
    Dec 2013
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    This is the code, using PBP3, Micro Code Studio Plus, and a 16F648A PIC selected:

    INCLUDE "ALL DIGITAL.pbp"
    LED var PORTA.0

    mainloop:
    HIGH LED
    PAUSE 500
    LOW LED
    PAUSE 500
    GOTO MAINLOOP
    END

    I get this message at the bottom:

    WARNING: Unable to open INCLUDE file ALL DIGITAL.pbp

    I have been unable to determine the reason I am getting this message.
    Thank you very much for your help.

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


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Remove the space between ALL and DIGITAL.
    DT

  7. #7
    Join Date
    Dec 2013
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Thank you so much! This works perfectly. Last week I had tried to run a Timer 1 program on a 16F886 that had been running perfectly on a 16F876A. The program would not run on the 16F886 until I added:

    ANSEL = %00000000
    ANSELH = %00000000
    ADCON0 = %00000000
    ADCON1 = %00000000

    which took me FOREVER to find because I am just starting out learning this. ALLDIGITAL.pbp will save me a lot of time.
    Thank you again for helping.

  8. #8
    Join Date
    Jan 2018
    Location
    Azores Islands
    Posts
    4


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    As a relative noob, exactly what I was looking for.
    Except...:
    I added it to the folder containing pbpx.exe as instructed but on compile Microcode Studio comes back with:
    WARNING: unable to open INCLUDE file ALLDIGITAL PBP.
    I use PBP3.1

Similar Threads

  1. Replies: 5
    Last Post: - 16th October 2009, 18:29
  2. Digital Out on an A/D pin safe ?
    By mr.sneezy in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 21st January 2009, 22:48
  3. Replies: 4
    Last Post: - 24th January 2007, 22:20
  4. A/D versus Digital I/O
    By dallennn in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 11th November 2006, 04:31
  5. Digital IC Tester
    By precision in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th September 2006, 03:38

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