hardware:sane_konica_minolta
Inhaltsverzeichnis
Linux scanner drivers (SANE backends) for KONICA MINOLTA devices
Magicolor devices
These devices have a binary protocol, where each command starts with the hexadecimal byte '03' and each network command with '04'. Known devices using this protocol are:
- KONICA MINOLTA magicolor 1690MF
Support for this scanner is already included in the Sane scanner driver (using the magicolor backend).
Further information:
Bizhub devices
These devices have a text-based protocol (SCL-derived), where each command starts with the escape sequence (hexadecimal '1b'), but only after a header of 12 bytes (binary, starting with hexadecimal '02'). Known devices using this protocol are:
- KONICA MINOLTA bizhub C203
Further information:
Support for these scanners is not included in the Sane scanner library, and I have no plans to implement them.
UDP SNMP forwarding over SSH-Tunnel
ssh -L 1616:localhost:1616 root@k "socat tcp4-listen:1616,reuseaddr,fork UDP:10.0.0.5:161" ssh root@`hostname` "socat -T15 udp4-recvfrom:161,reuseaddr,fork tcp:localhost:1616"
hardware/sane_konica_minolta.txt · Zuletzt geändert: 2017/05/02 14:13 von reinhold