Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    19
    Views
    18,350

    DTMF and PIC for Remote Control

    Recently started playing with PICs and am just fascinated at what they can do.

    I am trying to build a simple remote control system for an amateur radio remote receiver using a DTMF decoder chip...
  2. Replies
    10
    Views
    6,454

    SUCCESS !!! Thanks everyone for your help. I...

    SUCCESS !!!

    Thanks everyone for your help. I really appreciate your insights!
    I did use the MPASM switch and it worked. The other thing that I did was send a "manual" erase from the programmer...
  3. Replies
    10
    Views
    6,454

    I think there is something wrong in the...

    I think there is something wrong in the programmer. Nothing that I write in PBPRO seems to work. In fact, the ONLY thing I have gotten to run is the .hex X-1 board test file that came with the...
  4. Replies
    10
    Views
    6,454

    Thanks

    Thanks for the advice

    I did try changing the oscillator type to HS - no luck

    I will try the other suggestions. I read a fair amount before investing and was under the impression that the...
  5. Replies
    10
    Views
    6,454

    Just starting

    Thanks for your quick reply!

    I am using the 4 MHz crystal that came mounted on the board
    The configs for the programmer are:
    Osc XT
    Watchdog Enabled
    Power-up Timer Enabled
    Brown-out Enabled...
  6. Replies
    10
    Views
    6,454

    Help Getting Started

    I'm right out of the starting gate with PIC programming but did BASIC on punch cards in college 35 years ago. Frustrated, and would appreciate some help.

    Just bought the LABX-1 Board, PicBasic Pro...
  7. Replies
    6
    Views
    7,118

    Another Newbie Question

    Just bought the LABX-1 Board, PicBasic Pro and Melabs U2
    Using a 16F877a
    Here is my program

    clear
    adcon1 = 7
    mainloop:
    high portd.0
    Pause 500
    low portd.0
Results 1 to 7 of 7