Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有 USB 的倾斜传感器。我如何在 C# 中使用 USB 从倾斜传感器读取数据。
注意:倾斜传感器从 USB 连接发送数据。
谢谢...
您可能可以使用 HID 接口访问倾斜传感器。
您可以使用许多库来访问此库。所以请在您最喜欢的搜索引擎上搜索“usb HID C#”。