Вопрос

Does exist a standard protocol for network printers? Some network printers require the installation of drivers to be used... Is there some network printer that can be used without installing additional drivers? After all, when we connect the network cable from the laptop to the router, we do not need to install drivers (any operating system already includes the driver).

Are there any open source projects related to protocols for communication with a network printer?

Это было полезно?

Решение

The standard protocols are the LPD or IPP protocols.

If you need to talk to a printer over the network, you can either attach it to a device that translates packets into USB/LPT commands, or attach it to a linux/windows PC and print through an LPD service running on that OS.

Другие советы

IPP Everywhere tries to be what you are asking for.

A PWG standard that allows personal computers and mobile devices to find and print to networked and USB printers without using vendor-specific software.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top