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 端口,用于感应温度、湿度和光线并将数据发送到 PC。哪段代码将帮助我从普通C的 USB 端口读取该数据。节点的应用程序是使用 Eclipse在C上构建的。
我查看了你的电路板的规格,它看起来像是一个 FTDI 芯片。这意味着它与您从串行端口读取的方式完全相同。
这是您在 Windows 中对串行端口进行编程的方法(很长时间没有更改)。