Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,393

    Re: Very strange problem...

    Hi Darrell--

    Thank you for taking a look at this! That was, in fact, the problem. I turned off the serial number programming feature and it worked, and I verified that by turning the serial...
  2. Replies
    5
    Views
    4,393

    Re: Very strange problem...

    Hi Bert--

    Thank you for your reply! My reference to INTRC was actually referring to the configuration option I selected from the pull-down menu for the meProg software-- it tells the U2...
  3. Replies
    5
    Views
    4,393

    Very strange problem...

    Hi--

    I've got PBP2.6 with a U2 programmer here, and I have been happily writing and debugging PICBASIC programs since 1996, so I'm not a newbie. However, I'm having a problem here that I just...
  4. Thread: code test

    by alanmcf
    Replies
    0
    Views
    4,250

    code test

    test code tags



    hhjk
  5. Replies
    772
    Views
    591,578

    Trying to reach Darrel...

    Hey Darrel--

    I've been trying to reach you re: the consulting I'd hired you to do. I've sent three emails with no response. If you need more money, I'm happy to pay it, and you also have $2200...
  6. Replies
    7
    Views
    6,077

    Hi Darrel-- Right on about the channel, it...

    Hi Darrel--

    Right on about the channel, it should say 6. Otherwise, I don't think it's a hardware issue, i.e. resonator vs. crystal... I've been using PBP code (follows) to capture a single...
  7. Replies
    7
    Views
    6,077

    Using an Assmbly Routine in PBP

    Hi--

    I'm trying to adapt Microchip's AN1076 appnote on DMX to use as an assembly language subroutine in PBP. I'm using a PIC18F4520, 16MHz resonator, PBP 2.5a. What the code should do is...
  8. Replies
    772
    Views
    591,578

    Sougata is right, and yes, Darrel, I am not...

    Sougata is right, and yes, Darrel, I am not worthy. Arthur C. Clarke said that any sufficiently advanced technology would be indistinguishable from magic; Instant Interrupts is magic, and Darrel is...
  9. Replies
    772
    Views
    591,578

    Hi Darrel-- Are you saying that your elapsed...

    Hi Darrel--

    Are you saying that your elapsed timer routine uses Timer1 without actually turning it on, thereby avoiding the portc.1 problem? I will try this immediately!

    Thanks--

    --Alan
  10. Replies
    11
    Views
    12,633

    Hi bearpawz-- I think your problem is probably...

    Hi bearpawz--

    I think your problem is probably that your F818 is powering up with the default of having Port A in analog mode. Try inserting this near the beginning of the program:

    ADCON1 = 7...
  11. Replies
    772
    Views
    591,578

    Hmmm... Sougata's point about starting timer1...

    Hmmm... Sougata's point about starting timer1 sounds like it might be the culprit, at least as far as RC1 going to input. PWM2 drives a fan via a MOSFET, so if RC1 goes to input, the pullup I have...
  12. Replies
    772
    Views
    591,578

    Hi sougata-- The code is massive, with a dozen...

    Hi sougata--

    The code is massive, with a dozen include files... it would be a real mess to upload it. PWM on channel 1 always works. I have discovered since I posted that message that if I start...
  13. Replies
    772
    Views
    591,578

    Hi-- I'm having a problem with Instant...

    Hi--

    I'm having a problem with Instant Interrupts that I can't figure out... I'm using Darrell's Elapsed Timer with V3.2 of DT_INTS-18 and Reenter-PBP-18. The chip is an 18F4520 running at 16MHz. ...
  14. Replies
    18
    Views
    23,234

    DMX Continued

    Hi John--

    I tried the While:wend loop you recommended to compensate for the adrress offset, but it didn't fix it... what DID fix it was getting rid of the HSERIN command-- when I changed that to...
  15. Replies
    18
    Views
    23,234

    Success!! (mostly)

    Hi John--

    Well, I got it working, and its working fast, solid, stable and it is a really beautiful thing! Thank you so much for your help!

    I am having one problem... I used your code as-is,...
  16. Replies
    18
    Views
    23,234

    Thanks!

    Thanks, John, for your help! I will be coding my gizmo in the next few days and those snippets will be very helpful in getting it up and running!

    I'll let you know how it goes...

    Thanks...
  17. Replies
    18
    Views
    23,234

    DMX Dragons

    Hi John--

    It would be great to see some actual code snippets-- that's the best way, I've found, for me to learn anything code-wise.


    By the way, I'm using an NSI Melange DMX board (circa 1993)...
  18. Replies
    18
    Views
    23,234

    Dragons Ahoy!

    Hi John--

    Well, I bought the DMX spec... the current version is now $40. I feel that I understand what's going on there well enough to proceed with trying to translate that into PICBasic.
    ...
  19. Replies
    18
    Views
    23,234

    DMX'ing

    John, thank you so much for pointing me in the right direction!

    I'm using a 16F877 at 20MHz, so the UART RX is pin 26, aka RC7. I'm using a 75176 also. I have no experience using the UART at...
  20. Replies
    18
    Views
    23,234

    Re: DMX Solved!

    I would love to see your code on that-- that very problem (DMX in PICBasic only) has been plaguing me for years and I've never had the time on a project to sit down and figure it out. Seeing your...
Results 1 to 20 of 20