有没有使用 inpout.dll 的开源程序?
是否有任何开源程序使用 inpout.dll 来连接并行端口并打开和关闭 LED,我已经找了几乎整整一个月,但还没有找到杰克。 我想在没有任何微控制器的情况下做到这一点。
Is there any open source program that use the inpout.dll to hook up the parell port and turn LED's on and off ive been looking for almost a whole month and havent found jack. I want to do this without any microcontrollers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些网站 http://www.lvr.com/parport.htm 和 http://lcdinterface.googlepages.com/,有一些用于在现实场景中测试和使用 inpout.dll 的 VB 代码,您可能可以针对 C++ 进行定制。
此站点,有一个有关使用它的 C++ 教程。
(*奇怪的是,如果你点击该链接,你会得到一个 404,但是,如果你然后在地址栏中按 ENTER 键,它就会起作用 - 地址是:
如果你想剪切和粘贴 - 这似乎是要做的事情带下划线/%5F 翻译 *)。
请注意注释,如果您正在为更安全的 Windows 平台(我猜是 Win98 之后的任何平台)进行开发,您应该使用 inpout32 变体。
如果您只是寻找能够编写自己的源代码,那么这些链接就很好。 如果,通过开源,你实际上意味着“无言论”,我还没有找到任何(SourceForge,这是我访问 FOSS 的地方,返回零点击)。
These sites, http://www.lvr.com/parport.htm and http://lcdinterfacing.googlepages.com/, have some VB code for testing and using inpout.dll in real world scenarios, which you could probably tailor to C++.
This site, has a C++ tutorial on using it.
(* Strange, if you click on that link, you get a 404 but, if you then just hit ENTER in the address bar, it works - the address is:
if you want to cut and paste - it appears to be something to do with underscore/%5F translation *).
Note the comments that, if you're developing for the more secure Windows platforms (anything after Win98, I guess), you should be using the inpout32 variant.
Those links are good if you're just looking for source to be able to write your own. If, by open source, you actually meant 'speech-free', I haven't been able to find any (SourceForge, which is my go-to place for FOSS, returns zero hits).