问题标签 [lpt]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 在 Windows XP 上将数据发送到 LPT
我想将数据发送到 LPT1 上的打印机,我正在尝试这样做,但我的 CreateFile 返回 -1(系统找不到指定的文件。来自 HRESULT:0x80070002 的异常)。如何打开LPT1端口并将数据发送到?我在 XP 上尝试这个,然后在 win7 64 位中尝试,因为从我读过的内容来看,在 win7 64 位中使用 LPT 有点问题,或者我应该说 64 位问题:)
PS:由于这是我今年的第一篇文章:祝大家新年快乐。
c# - C# LPT 名称问题
如何在 C# 中将输出发送到 LPT。我使用 SerialPort 类。我将端口名称设置为“LPT1”,但出现此错误。
给定的端口名称不以 COM/com 开头或不解析为有效的串行端口。参数名称:portName
该怎么办?
c# - C# LPT inpout32.dll
I don't get any error or exception.
Button in one Window:
and inpout.dll interface:
What is wrong? LED on D2 is on all the time.
I have Windows 7 x64 Ultimate.
c# - 使用 C#.net 将打印命令直接发送到 LPT 并行端口
在 DOS 中,我们可以这样做:
我们如何在 C# .NET 中实现相同的目标?
使用 C# .NET 向 COM1 发送信息似乎很容易。
LPT1 端口呢?
我想向热敏打印机发送 Escape 命令。
c# - 如何从 asp.net 控制并行端口和串行端口等硬件
Guyz,请告诉我是否可以使用带有 C# 的 ASP.Net 控制 LPT 端口或 COM 端口或服务器的任何其他硬件。我在互联网上没有找到任何线索。
我想从 Web 应用程序控制 COM 端口并行端口。我很想知道这件事。提前谢谢!
c# - c# LPT 控制所有引脚。不是 8
我可以使用 inpout.dll 控制 LPT 中的 8 个引脚。我想控制一些 LPT 设备,但我需要使用超过 8 个引脚。怎么做?
它可以是 COM 或 NET dll。我不知道如何控制超过 8 个引脚。
c# - C# + WMI + LPT 帮助!
我正在制作一个需要列出机器中所有 LPT 端口及其 IO 地址的应用程序。(即它的输出:LPT1 [开始;结束] ....)
使用 WMI,您可以获得此信息。来自 Win32_ParallelPort 的名称/编号和来自 Win32_PortResource 的地址。
问题是我不知道如何将端口名与其地址相关联。
c# - Windows 监控并行或 LPT 端口
有谁知道一个好的库,可以让我们以编程方式监控 Windows 中的并行端口(或 LPT 端口)。串行端口有很多好东西,但并行端口我还没有运气。C# 将是首选,但如果它是 c / c++,我们很乐意进行互操作工作。
谢谢
c - Can't get port handle from LPT1
I'm writing a program which reads from file and send to printer to print.
I set "HP Laser Jet 4" as default printer and checked "LPT1" in printer properties of "HP Laser Jet 4". Print spooler is also running (Windows 7).
The problem is hPort always returns INVALID_HANDLE_VALUE
.
I don't have a real printer. Is it a problem?
port - PC中的LPT I/O地址映射
我听说过能够映射 PC 传统并行端口地址的 USB 到 LPT 适配器。这种映射的级别是多少?我的意思是 - 是否可以通过使用“输入”或“输出”x86 汇编程序指令(在 Windows 或 Linux 中)来访问适配器的引脚?如果不是,地址被映射是什么意思?这是什么模拟?谢谢。
马尔钦