how to display the output from LM35 on pc in C#
-
Hi, I want to display the output of LM35 temperature sesnor on PC in C# but i cannot find the source code for that in C#. Can any one help me?? I am not using any kind of microcontroller.
Hmm, From the datasheet you already know that the LM35's output is a voltage increasing by 10mv/degree and it will need connecting to an ADC, as a direct PC connection is not possible. The PC interface, both hardware and software, will be to the ADC. Alan.
-
Hi, I want to display the output of LM35 temperature sesnor on PC in C# but i cannot find the source code for that in C#. Can any one help me?? I am not using any kind of microcontroller.
What's an "LM35 temperature sesnor"? :confused:
-
Hmm, From the datasheet you already know that the LM35's output is a voltage increasing by 10mv/degree and it will need connecting to an ADC, as a direct PC connection is not possible. The PC interface, both hardware and software, will be to the ADC. Alan.
-
What's an "LM35 temperature sesnor"? :confused:
-
did you google for the right question? I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port[^] as a starting point for communication with parallel port.
I cannot remember: What did I before google?
-
Yes i have connected it with ADC0804 and did interfacing via parallel port. But i dont know how to display the values on pc.
-
did you google for the right question? I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port[^] as a starting point for communication with parallel port.
I cannot remember: What did I before google?
-
1. Read the data from the device 2. Format it into the form that you (or your users) want 3. Write it to the screen Which of these methods are you having trouble with?
The best things in life are not things.
-
I am trying to read the data in C and is giving zero ouput. What does this mean?? Is the power suply not properly given??
aeman wrote:
I am trying to read the data in C and is giving zero ouput. What does this mean?? Is the power suply not properly given??
How can I guess? I have no idea how you have connected this device, whether it is powered on, whether it is working correctly, what sort of commands you send to it, or what responses you receive back. You will have to do some debugging for yourself in order to give us some more information.
The best things in life are not things.
-
Cha, as if. :rolleyes: A while back I got around to buying one of these[^] in hopes that I could use it to sample and store outdoor temperatures. But it doesn't seem accurate and it only provides the temperature of the board, which warms up while it has power. :doh: So I need to devise a way to only give it power when I want to gather a sample.
-
yes i did that and i can access the parallel port also but i donot know how to display the values of sensor on pc??