如何从asp.net控制并行端口和串行端口等硬件

发布于 2024-10-11 22:27:46 字数 132 浏览 2 评论 0原文

Guyz,请告诉我是否可以使用 ASP.Net 和 C# 来控制 LPT 端口或 COM 端口或服务器的任何其他硬件。我在互联网上没有找到任何线索。

我想从 Web 应用程序控制 COM 端口并行端口。我想紧急了解这件事。 提前致谢!

Guyz, please tell me if i can control a LPT port or COM port or any other hardware of server using ASP.Net with C#. I haven't found any clue in the internet.

I want to control a COM port Parallel port from web application. I want to know about this urgently.
Thanx in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

┊风居住的梦幻卍 2024-10-18 22:27:46

如果您计划在 ASP.NET 请求期间访问该端口,您可能需要重新考虑您正在尝试执行的操作。

http://logix4u.net/Legacy_Ports/Parallel_Port/How_Inpout32.dll_works_.html

You might want to rethink whatever you are trying to doing if you are planning to access the port during an asp.net request.

http://logix4u.net/Legacy_Ports/Parallel_Port/How_Inpout32.dll_works_.html

ゃ懵逼小萝莉 2024-10-18 22:27:46

您可以从 .NET 控制并行或串行端口吗?是的。
不过,我建议不要在 ASP.NET 中这样做。

另一个关于使用 inpout32/64 进行并行端口访问的帮助者的问题: C# LPT inpout32.dll

Can you control a Parallel or Serial Port from .NET? Yes.
I would recommend against doing this in ASP.NET though.

Another SO question with some helpers on using inpout32/64 for Parallel port access: C# LPT inpout32.dll

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