can anyone help me...


Results 1 to 16 of 16

Threaded View

  1. #7
    Join Date
    Aug 2008
    Posts
    22


    Did you find this post helpful? Yes | No

    Default

    Hi Darrel,

    Thanks lot,
    Plz tell me, why u select FOSC32,whynot FOSC8.

    and my final ques is how to find the rising edge(tON) and Falling Edge(tOFF).I used the following code to find this,
    This is a digital i/p,
    go_vol1
    btfss PORTB,0 ;checking whether porta pin is set or not
    goto go_vol1 ;waiting
    clrf TMR0
    Duty_vol1
    btfsc PORTB,0 ;keep monitoring rising edge
    goto Duty_vol1
    movf TMR0,0
    movwf volt_val

    Plz give me ur suggestion to use this code,If it is correct my work will get finish.

    And also i m using LCD interface.wat should be the minimum delay b/w the commands to LCD.

    -thanks.
    Last edited by kvrajasekar; - 26th August 2008 at 07:35.

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