All Digital


+ Reply to Thread
Results 1 to 40 of 40

Thread: All Digital

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Quote Originally Posted by RayL113 View Post
    David, I just wanted to say "Thanks!"
    This file has fixed a problem that I have been struggling with for 3 days.
    RL
    You mean Darrel.

  2. #2
    Join Date
    Jun 2011
    Posts
    37


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    "Darrel, I just wanted to say "Thanks!".
    Sorry for the mistake.
    (Thanks Demon)
    RL

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


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    Darrel,

    1. 18F44K22 - You're missing PortC.

    I displayed on a working program and noticed a difference. This is what I have.

    ANSELA = %00000000 ' Set ports to digital
    ANSELB = %00000000
    ANSELC = %00000000
    ANSELD = %00000000
    ANSELE = %00000000
    2. I have a suggestion, maybe rename to DT_AllDigital.PBP, that way they all line up together when browsing PBP folder.


    Thanks for awesome utility.

    Robert


    EDIT: Forgot to say I'm still on PBP 2.60c, if it matters.
    Last edited by Demon; - 4th January 2014 at 03:10.

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


    Did you find this post helpful? Yes | No

    Default Re: All Digital

    DT

  5. #5
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172


    Did you find this post helpful? Yes | No

    Default Re: All Digital

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

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

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

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

Similar Threads

  1. Replies: 5
    Last Post: - 16th October 2009, 19: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, 23:48
  3. Replies: 4
    Last Post: - 24th January 2007, 23:20
  4. A/D versus Digital I/O
    By dallennn in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 11th November 2006, 05:31
  5. Digital IC Tester
    By precision in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th September 2006, 04: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