Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    25
    Views
    14,033

    Help

    Dear Darrel, I still need some help here. Can you kindly give me your email address? I need to send some attachment to you. Thanks & have a great weekend.

    Warmest Regards,
    Kevin Loh
  2. Replies
    25
    Views
    14,033

    BINGO! Darrel, you're the best! Thank you again...

    BINGO! Darrel, you're the best! Thank you again for the code, now I can dim the LED. Now, the only think in my concern is that when I control too many clusters, the PIC might not be able to store...
  3. Replies
    25
    Views
    14,033

    Ok, I'll try the code tomorrow morning as it is...

    Ok, I'll try the code tomorrow morning as it is too late now. Hope it works, thanks and I'll let you know the result by tomorrow. Thanks
  4. Replies
    25
    Views
    14,033

    BVar = 1023 blue: shiftout d2pin, c2pin,1...

    BVar = 1023

    blue:
    shiftout d2pin, c2pin,1 [funct\1,Rvar\10,Gvar\10,Bvar\10]
    gosub latch
    gosub BringUpPWM
    pause 100
    Bvar = Bvar - 2
    if bvar < 3 then goto end
    gosub blue
  5. Replies
    25
    Views
    14,033

    Dear Darrel, thanks for the code so I think maybe...

    Dear Darrel, thanks for the code so I think maybe you're right. The dot correction might not playing a necessary character in here. I still have a question if you don't mind, I'm trying to dim the...
  6. Replies
    25
    Views
    14,033

    Thanks Darrel........

    Dear Darrel,

    Thanks to you. The code running well now. I can turn the color from Red to green and to blue. You are really good. Thanks again. But now, the story continue...... I need to know how...
  7. Replies
    25
    Views
    14,033

    shiftout doesn't run as expected

    Dear Darrel, sorry for the trouble again, below is the code that I'm trying to work with but it doesn't light up the led as expected. Please kindly advise. Thanks in advance.

    @ DEVICE HS_OSC...
  8. Replies
    25
    Views
    14,033

    Dear Darrel, Thousand thanks to your reply. I...

    Dear Darrel,

    Thousand thanks to your reply. I really appreciate your help and I'm now going to try the method you mention. Before that, I've encountered that when the circuit is power on, there's...
  9. Replies
    25
    Views
    14,033

    Allegro A6280 with PICBASIC

    HI there, I'm very new in picbasic and need to have some expert's advise in here. I wish to drive an Allegro A6280 with PIC16F628 by using shiftout. It seems that the data can be sent but the problem...
  10. Replies
    0
    Views
    2,699

    After Shiftout where is the clock signal???

    Dear all, I'm quite new in Picbasic and I'm not sure whether I'm asking a stupid question or not. I'm using a 16f84a to drive a led controller IC. the IC require a serial data, clk, latch & output...
Results 1 to 10 of 10