Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Re: Communication help for DCC (Digital Command Control)

    No not yet....it got put on the back burner with house projects. Gotta love "home" work. :tongue:
  2. Communication help for DCC (Digital Command Control)

    I am working on some new ideas for my model railroad and would like some help with DCC communication. I have the documentation that tells you how the communication works. However, it should be done...
  3. Replies
    8
    Views
    4,207

    ok but that is not what i'm looking for. mine...

    ok but that is not what i'm looking for. mine wasn't off by milliseconds it was off by seconds like 3 or 4 seconds on and 3 or 4 seconds off. but once i installed a 4MHz resonator in it worked just...
  4. Replies
    8
    Views
    4,207

    simple test program TEST: HIGH PORTB.1 PAUSE...

    simple test program

    TEST:
    HIGH PORTB.1
    PAUSE 1000
    LOW PORTB.1
    PAUSE 1000
    GOTO TEST

    The light should turn on and off in 1 sec intervals.
  5. Replies
    8
    Views
    4,207

    I am trying to set it up in the code space I am...

    I am trying to set it up in the code space
    I am new to settings other than defaults. I know that i need it to be in HS mode but everything that I have tried will not compile without errors.
  6. Replies
    8
    Views
    4,207

    External resonator help

    I'm trying to use a 25MHz osc but it runs like 4 times slower. (1 sec = 4 sec) . I know I need to set the config1h but not sure how to do this. I tried a few samples from what ppl posted but its not...
  7. Replies
    43
    Views
    28,682

    MiBAM is much smoother (personal opinion). You...

    MiBAM is much smoother (personal opinion). You can dim 24 pins with very little processing power. Send the value and it retains it until you change it.
  8. Replies
    1
    Views
    2,621

    Hserin / Herout 115+ K Baud

    I am looking to talk to multiple pics (one master and many slaves) at 115K or better. I will be using a 20MHz external osc. Its not the hardware side but the software side. I will be using a pic with...
Results 1 to 8 of 8