C# 从 USB 端口读取数据
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11628601/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
reading data from a USB port
提问by user1548280
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)
我想使用热电偶读取房间的温度并对其进行监控。我想用 C# 编写我的程序。谁能帮我?(我更喜欢使用测量工作室和 DAQmx)
回答by Oscar Foley
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:
在 stackoverflow 中,您还可以找到一些有趣的问题,例如:

