通过并行端口的遥控车
我正在制作一个项目,其中我使用并行端口从 PC 控制遥控车...... 我想知道 C# 中是否有任何库或代码可以帮助我使用窗口窗体应用程序解决这个问题...... 我正在使用晶体管来实现这个建议
I'am making project, in which i'am controlling a remote control car from PC using parallel port...
I want to know whether there is any library or code in C# which could help me in resolving this problem using window form application.....
I'am using transistor for this propose
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些资源可用于使用 .net 代码控制端口:
这是一篇关于 codeproject 的精彩文章: 未经审查的 I/O 端口 - 1 - 使用并行端口控制 LED(发光二极管)
这里是查找大量信息(以及 inpout32.dll)的好地方:http://www.lvr.com/parport.htm
There are a few resources out there for controlling ports with .net code:
Here's a great article on codeproject: I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port
And here's a good place to find lots of info (and inpout32.dll as well): http://www.lvr.com/parport.htm