Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by shlomo

  1. S

    A2D code for pic18f452

    Hi I found my mistake in the a2d code. The project is a thermometer using p18f452 and lm335, The temperature value is sending to 2x16 lcd as string- {"Temp -/+ xxx^C"} I forgot to use the "#INCLUDE <STRING.H>" :sad: Now it's working good/ Shlomo
  2. S

    A2D code for pic18f452

    Thank you Brian ! But I wrote in the code: ADCON1=0x0E // ADFM (bit7)=0 ----> Left justified Still not working. Shlomo
  3. S

    A2D code for pic18f452

    Hi everyone/ I'm having a problem using A2D code with mplab c18 . can anyone tell me if this part of example code is correct? and if not, whats wrong? int result; ...... ...... ...... result=ADRESH; if(result==0xff) { PORTB=0xaa; } else { PORTB=0xbb; } Thanks Shlomo

Part and Inventory Search

Back
Top