在 C# 中访问 USB 或串行
如何在 C# 中通过 USB 发送和接收?那么串行和 LPT 又如何呢?
How do I send and receive via USB in C#? And what about Serial and LPT?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 C# 中通过 USB 发送和接收?那么串行和 LPT 又如何呢?
How do I send and receive via USB in C#? And what about Serial and LPT?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
此处是简单的 USB 应用程序示例。
使用串行端口类,可在此处找到串行端口。
此处是 LPT 的不错示例。
Example of simple usb app here.
Use the serial port class, found here for serial port.
Decent example of LPT here.
要访问 USB 端口,您可以使用 LibUsbDotNet 库
For accessing USB ports you can use LibUsbDotNet library