Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: jingjok; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: All Digital

    by jingjok
    Replies
    39
    Views
    106,473

    Sticky: 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...
  2. Thread: All Digital

    by jingjok
    Replies
    39
    Views
    106,473

    Sticky: 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
  3. Thread: All Digital

    by jingjok
    Replies
    39
    Views
    106,473

    Sticky: 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...
Results 1 to 3 of 3