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.

[PIC] LM35 withPIC16F887 using HTC C Compiler

Status
Not open for further replies.

jay_3189

Banned
Joined
Sep 19, 2013
Messages
104
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Location
Ahmedabad
Activity points
0
Hello

can any one give me the suggestion for how to convert temeperture into analog and again it to into Celsius for display it into hyper terminal. I am using PIC16F887 and LM35 And HTC C Compiler.
 

I think you define the function to read ADC in PIC
and then apply following
Code:
 sprintf(char Variable , " %d " , Integer Variable)
and print the Char Variable ,
and also make it simple like Check for The UART Code also in hyperterminal I mean whether it is simply reading char and printing char this will assure that uart is working and then
make a function to read ADC and then read LM35's value on hyperterminal
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top