Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一台通过 USB 端口连接到计算机的 Intermec 打印机,计算机没有并行端口。
我想向打印机发送一些原始命令,只有在并行端口 (LPT) 上发送文件时,打印机才会将文件发送解释为命令。此时,连接在 USB 上的打印机会将命令作为文本打印在纸上。
在 Windows 中,这可以通过在网络上共享打印机然后使用以下命令来实现:
NET USE LPT1: \\127.0.0.1\Printer /PERSISTENT:YES
我可以在 Linux 中做同样的事情吗?
您需要将打印机设置为原始模式。在 cups\ppd\lpoptions 中设置原始模式。
raw=true, lp -o raw