USB从传感器读取
我有带 USB 的倾斜传感器。如何在 C# 中使用 USB 从倾斜传感器读取数据。
注意:倾斜传感器通过 USB 连接发送数据。
谢谢...
I have tilt sensor that have usb. How I read data from tilt sensor with usb in C#.
note : tilt sensor send data from usb connection.
thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您或许可以使用 HID 接口访问倾斜传感器。
您可以使用许多库来访问该库。因此,请在您最喜欢的搜索引擎上搜索“usb HID C#”。
You can probably access the tilt sensor using the HID interface.
There are lots of libraries you can use to access this library. So please search for "usb HID C#" on your favorite search engine.