Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    93
    Views
    96,109

    Re: decoding quadrature encoders

    Thank you so much Ioannis!! :D
  2. Replies
    93
    Views
    96,109

    Re: decoding quadrature encoders

    ...
    else
    OPTION_REG.6 = 1
    IF PORTB.2 = 1 THEN
    CONTADOR = CONTADOR - 1
    ENDIF
    ENDIF
    INTCON.1 = 0
    OPTION_REG.6 = 0 'Here???
    RESUME
  3. Replies
    93
    Views
    96,109

    Re: decoding quadrature encoders

    Hi Ioannis exactly i'm using PIC16f877a i have the same problem that ice i cant see my count on my LCD and i cant see using pbp
    only add my count never sub my count do you know what's my problem?...
  4. Replies
    39
    Views
    106,177

    Sticky: Re: ALLDIGITAL.pbp works OK with 18F4550

    Sorry but how can you do ALL_DIGITAL = TRUE on PicBasic PRO?

    CMCON=7? is it correct?
  5. Replies
    93
    Views
    96,109

    Re: decoding quadrature encoders

    I'm trying to do the example with PIC16f877a but i have problems for example the VRCON = 0 my compiler says it's a bad instruction how can i probe with this pic

    thanks
Results 1 to 5 of 5