alexpevzner / sane-airscan

Scanner Access Now Easy - universal driver for eSCL (Apple AirScan) and WSD
Other
289 stars 44 forks source link

Xerox WorkCentre 6027 WSD compatibility #298

Closed agapovmax closed 1 year ago

agapovmax commented 1 year ago

Please add Xerox WorkCentre 6027 to Compatibility list with WSD-mode. Scan work perfectly, without manual action on device front panel. eSCL not found. WSD option needs to be enabled on web-console. Properties>Protocols>WSD

airscan-discover

[devices]
  XEROX WorkCentre 6027 = http://10.0.0.51:9867/2309b0c1-1dd2-11b2-b3bb-9c934e4f4607, WSD
  XEROX WorkCentre 6027 = http://[fe80::9e93:4eff:fe4f:4607%252]:9867/2309b0c1-1dd2-11b2-b3bb-9c934e4f4607, WSD

scanimage --device-name "airscan:w0:XEROX WorkCentre 6027" -T

Output format is not set, using pnm as a default.
scanimage: scanning image of size 2550x3507 pixels at 24 bits/pixel
scanimage: acquiring RGB frame, 8 bits/sample
scanimage: reading one scanline, 7650 bytes...  PASS
scanimage: reading one byte...          PASS
scanimage: stepped read, 2 bytes...     PASS
scanimage: stepped read, 4 bytes...     PASS
scanimage: stepped read, 8 bytes...     PASS
scanimage: stepped read, 16 bytes...    PASS
scanimage: stepped read, 32 bytes...    PASS
scanimage: stepped read, 64 bytes...    PASS
scanimage: stepped read, 128 bytes...   PASS
scanimage: stepped read, 256 bytes...   PASS
scanimage: stepped read, 512 bytes...   PASS
scanimage: stepped read, 1024 bytes...  PASS
scanimage: stepped read, 2048 bytes...  PASS
scanimage: stepped read, 4096 bytes...  PASS
scanimage: stepped read, 8192 bytes...  PASS
scanimage: stepped read, 8191 bytes...  PASS
scanimage: stepped read, 4095 bytes...  PASS
scanimage: stepped read, 2047 bytes...  PASS
scanimage: stepped read, 1023 bytes...  PASS
scanimage: stepped read, 511 bytes...   PASS
scanimage: stepped read, 255 bytes...   PASS
scanimage: stepped read, 127 bytes...   PASS
scanimage: stepped read, 63 bytes...    PASS
scanimage: stepped read, 31 bytes...    PASS
scanimage: stepped read, 15 bytes...    PASS
scanimage: stepped read, 7 bytes...     PASS
scanimage: stepped read, 3 bytes...     PASS

scanimage --device-name "airscan:w0:XEROX WorkCentre 6027" --help

Options specific to device `airscan:w0:XEROX WorkCentre 6027':
  Standard:
    --resolution 200|300|400|600dpi [300]
        Sets the resolution of the scanned image.
    --mode Color|Gray [Color]
        Selects the scan mode (e.g., lineart, monochrome, or color).
    --source Flatbed|ADF [Flatbed]
        Selects the scan source (such as a document-feeder).
  Geometry:
    -l 0..215.9mm [0]
        Top-left x position of scan area.
    -t 0..296.926mm [0]
        Top-left y position of scan area.
    -x 0..215.9mm [215.9]
        Width of scan-area.
    -y 0..296.926mm [296.926]
        Height of scan-area.

scanimage --device-name "airscan:w0:XEROX WorkCentre 6027" > test.tiff Fine.

scanimage --device-name "airscan:w0:XEROX WorkCentre 6027" --source ADF > test.tiff Fine.

nmap -sTU -O 10.51

Nmap scan report for 10.51 (10.0.0.51)
Host is up (0.0073s latency).
Not shown: 1992 closed ports
PORT     STATE         SERVICE
80/tcp   open          http
515/tcp  open          printer
631/tcp  open          ipp
9100/tcp open          jetdirect
68/udp   open|filtered dhcpc
161/udp  open          snmp
3702/udp open|filtered ws-discovery
5353/udp open          zeroconf
MAC Address: 9C:93:4E:E4:44:27 (Xerox)
Device type: printer
Running: Xerox embedded
OS CPE: cpe:/h:xerox:phaser_6020v%2fbi
OS details: Xerox Phaser 6020V/BI printer
Network Distance: 1 hop
alexpevzner commented 1 year ago

Thanks!