有没有使用 inpout.dll 的开源程序?

发布于 2024-07-16 19:13:04 字数 93 浏览 7 评论 0原文

是否有任何开源程序使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空名 2024-07-23 19:13:04

这些网站 http://www.lvr.com/parport.htmhttp://lcdinterface.googlepages.com/,有一些用于在现实场景中测试和使用 inpout.dll 的 VB 代码,您可能可以针对 C++ 进行定制。

此站点,有一个有关使用它的 C++ 教程。

(*奇怪的是,如果你点击该链接,你会得到一个 404,但是,如果你然后在地址栏中按 ENTER 键,它就会起作用 - 地址是:

http://logix4u.net/Legacy_Ports/Parallel_Port/A_tutorial_on_Parallel_port_Interfacing.html

如果你想剪切和粘贴 - 这似乎是要做的事情带下划线/%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:

http://logix4u.net/Legacy_Ports/Parallel_Port/A_tutorial_on_Parallel_port_Interfacing.html

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文