All Digital


+ Reply to Thread
Results 1 to 40 of 40

Thread: All Digital

Hybrid View

  1. #1
    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.

  2. #2
    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

  3. #3
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,144


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    You have to include the full path to the file.

    Include "C:\BPP31\...."

    Ioannis

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 : 3

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