如何从asp.net控制并行端口和串行端口等硬件
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您计划在 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
您可以从 .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