Jumper to enter setup


Results 1 to 12 of 12

Threaded View

  1. #7
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Wink

    Quote Originally Posted by Bobbo_ZA View Post
    Damm, so what you are sayins is that im out of luck either way? Spose the only way to do it is to bridge the jumper permanenetly and hardcode the ranges for these boards?
    Would be easier you to tell what you want to do with those " jumpers " ... a jumper is someting easily removable ... so, there's something I do not understand here ...

    Alain

    soft example:

    Jumper is active LOW

    Code:
    '******************************************************************************
    ' check if programming jumper not forgotten ...
    '******************************************************************************
     delay = 0
     BUTTON Prog,0,255,0,delay,1,mesurav
     
    oubli:       ' infinite loop ... jumper MUST be placed ...
     error = 1 ' Blink the led !!!
     PAUSE 50
     error = 0
     PAUSE 50
     
     GOTO oubli
     
    '****************************************************************************** 
    '******************************************************************************
    ' Measure programming pulses
    '******************************************************************************
    '******************************************************************************
     
     
    '******************************************************************************
    Mesurav: 'Measure Forward Max pulse
    '******************************************************************************
     Show = 1 ' programming led ON
     Entree = 0
     
     GOSUB Mes
    ...
    Last edited by Acetronics2; - 7th May 2010 at 20:18.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts