Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    25,244

    Re: ADC timer definition

    Thank you very much. I'll use it so and tell you what happens.
    Luis
  2. Replies
    6
    Views
    25,244

    Re: ADC timer definition

    Thank you again.
    Then ADCIN is an instruction nobody should use in order to have precision?
    Excuse me but I have another question, If I use the pins dedicated for AN2 and AN3 in another matters,...
  3. Replies
    6
    Views
    25,244

    Re: ADC timer definition

    Richard: Thank you very much for your answer. I have studied the manual and it doesn't have the text you showed, surely I have an older version. (if you would have a link) Anyway, thank you. With...
  4. Replies
    6
    Views
    25,244

    ADC timer definition

    Hello
    I have been understanding ADC, but the PBP manual only shows the option 3 (RC)
    when defining its clock letting in the nothing the explanation of the options 0 to 2 (that is an omission in the...
  5. Replies
    10
    Views
    7,088

    Re: different sampleus time for three ADCs

    That of C based compiler was a joke for which I expected some reaction, but nobody told anything!
  6. Replies
    10
    Views
    7,088

    Re: different sampleus time for three ADCs

    Well, thank you very much, I think I understood what is needed. I'll set at about 50 us the sampleus time and set with the program the time it has to read the ADCINs.

    I can't mantain this more...
  7. Replies
    10
    Views
    7,088

    Re: different sampleus time for three ADCs

    As you can see, I'm new to this.
    Since I'm using Pic Basic Pro, I use ADCIN and sampleus time
    What I want is to get ADCIN 0 each time required for the program (velocitiy), and ADCIN 1 and ADCIN...
  8. Replies
    10
    Views
    7,088

    Re: different sampleus time for three ADCs

    So nobody there knows how to use different sampleus times for several ADCs on 18F4550 or any other with several ADCs? I'm using picbasic pro.
  9. Replies
    10
    Views
    7,088

    different sampleus time for three ADCs

    I've seen the manual and suggest to use DEFINE ADC_SAMPLEUS X
    but when I need different values for them, in my case 10000 for ADC1 and 1000000 for ADC2 AND ADC3, How can I do it if there is only one...
  10. Thread: fractional code

    by luisfe
    Replies
    2
    Views
    2,660

    Re: fractional code

    I can't use div32 because I'm using pbpl
  11. Thread: fractional code

    by luisfe
    Replies
    2
    Views
    2,660

    fractional code

    Excuse me for it is an elementary item.
    I have to divide a pair of two digit integers and handle the result (decimal with fraction) just two digits fractional. Then multiply this last with a...
  12. Replies
    68
    Views
    76,767

    Re: EasyHID and USB for Newbies??

    Hello. I'm making a program who include easyhid for the 18f4550 but I have some questions:
    I want to pass 10 decimal 2 digit variables and 11 bit variables from the PIC to the PC, then something...
  13. Thread: pbpl var array

    by luisfe
    Replies
    0
    Views
    1,791

    pbpl var array

    In order to save code, I'd like to do for n...next n cicle using classic var(n) to deal with 10 or more variables with same process. But I don't know if it is possible.

    Is there a way in pbpl...
Results 1 to 13 of 13