Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    4,927

    Re: help with ad pic16f88

    Thanks, that's the right way.
    I'm working with a lm35z converter pic with 8 bits, as I can convert the value to degrees Celsius gives me?
  2. Replies
    9
    Views
    4,927

    Re: help with ad pic16f88

    Hi all, this code works with adc pic, thanks for your help,
    Greetings!

    DATO VAR BYTE
    CMCON=7
    DEFINE ADC_BITS 8
    DEFINE ADC_CLOCK 3
    DEFINE ADC_SAMPLEUS 50
    ANSEL=%0100000
    LED VAR PORTB.0
  3. Replies
    9
    Views
    4,927

    Re: help with ad pic16f88

    thanks, proves what you suggest and I'll tell you then,
    Greetings!
  4. Replies
    9
    Views
    4,927

    Re: help with ad pic16f88

    Hi, this is the code sample page of melabs,
    Error when compiling throws me online 23

    what happens?

    Greetings!


    ' Name : ADCX18.pbp
    ' Compiler : PICBASIC PRO Compiler 2.6
  5. Replies
    7
    Views
    6,090

    Re: troubles with serial communication

    thank you all, sorry for so late to respond, the program I worked perfectly.
    Greetings!
  6. Replies
    9
    Views
    4,927

    help with ad pic16f88

    :)Hi all, please help me, the example program page on the PIC16F88 ad converter did not work,
    shows me error ANSEL =% 00010000
    Greetings!
  7. Replies
    7
    Views
    6,090

    Re: troubles with serial communication

    hello, thank you very much for responding, proves and tell you how I was.
    regards!
  8. Replies
    7
    Views
    6,090

    troubles with serial communication

    hello all, I have problems with this code, do not know why it does not work,


    compiles fine without errors. I appreciate any help,


    this is the code:


    'P16f88_Tx
Results 1 to 8 of 8