2020年6月27日土曜日

エプソンインクジェット複合機でスキャンする時の設定

  1. Connect the scanner to the network and set the IP address.
    For information on how to set the IP address, refer to the user manual shipped with your scanner.

  2. Please edit /etc/imagescan/imagescan.conf file by using root privileges as below.

  3. Example:

    [device]
    net.udi = networkscan:esci://[IP address]:[Port number]
    net.vendor = Epson
    net.model = DS-XX00
    net.name = My Network Scanner

    vendor : Vendor name on Main Window.
    model : Model name on Main Window.
    name : If you want to change the display name, specify this item.
    If this item is not specified, vendor+model is displayed.

    *[Port number] must be set to 1865
    *vendor / model / name = optional items

    exp) When the IP address is xxx.yyy.zzz.www, specify as follows.

    net.udi = networkscan:esci://xxx.yyy.zzz.www:1865