I wanna read temperature of the room using a thermocouple in and monitor it.I want to write my program in C#. can anyone help me? ( I prefer to use measurement studio and DAQmx)
Asked
Active
Viewed 3.3k times
0
-
Do you assume you only have to connect 2 wires and then you can read it from USB? – leppie Jul 24 '12 at 10:12
-
@leppie I can prove that it is possible by connecting two wires and then read it. All you need to do is a transistor(bc107) and a temperature measuring is(LM-135). – Ali.Rashidi Mar 19 '14 at 19:49
-
@AliRashidi: Those 2 wires going straight into a USB data lines? If so, show me! ;p – leppie Mar 20 '14 at 05:16
-
Lots of hark work is needed tough :D – Ali.Rashidi Mar 20 '14 at 05:17
1 Answers
7
What have you tried?
As starting point, there are some libraries that can help you:
In stackoverflow you can also find some interesting questions like these:

Community
- 1
- 1

Oscar Foley
- 6,817
- 8
- 57
- 90
-
I want to connect a thermocouple with USB ! I need data Acquziation... – user1548280 Jul 24 '12 at 18:42
-
1