Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    9,542

    10 bit ADC display on LCD using 16f873

    I have written a code for ADC conversion from 0-5v, but seem not to work. Can someone help me where I am wrong. Here is the code attached is the circuit diagram Cheers

    Define LCD_DBIT 4...
  2. Replies
    14
    Views
    10,948

    LCD config prob

    Define LCD registers and bits

    1 Define LCD_DREG PORTD
    2 Define LCD_DBIT 4
    3 Define LCD_RSREG PORTE
    4 Define LCD_RSBIT 0
    5 Define LCD_EREG PORTE
    6 Define LCD_EBIT 1

    -Correct me if I am...
  3. Replies
    14
    Views
    10,948

    PIC Basic Code Understanding

    I am Learning Pic Basic, and I took ADC Sample code from melabs. I woul like to understand the following LCD Defination

    Define LCD registers and bits
    Define LCD_DREG PORTD
    Define LCD_DBIT 4...
  4. Replies
    5
    Views
    17,654

    Conversion from picbasic pro to hex for mplab

    Hi all
    I have written a program in picbasic pro and not very familiar with PIC have been using AVR. and i dont have picbasic compliler am using mplab to bur the chip.
    I just want to used the mplab...
Results 1 to 4 of 4