-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPSON XP with ADF / duplex #2
Comments
Hi Christoph, thanks for reporting this, you're the first to be testing this with a non-Brother printer. Quite interesting, your Epson device seems to provide LOTS of different options... I need to study/investigate this when I have more time at hand. For now, you can simply add the Lines 83 to 86 in f029b39
You'd probably prefer a way to enable this on demand. Let me think about it. |
Gave it some thought, here's what I came up with: The problem is that, as mentioned by Thus, I see two options:
What are your thoughts on this? |
Hi, The most important thing for me is to find a solution that works - it doesn't have to be pretty. Especially as it should rather work in the background - as a backend for a touchscreen with Raspi to control the Epson. If I can use it for an ADF duplex scan by transferring parameters, that's ok. I'll have a look in the next few days to see what I can do with your suggestions Incidentally, the Epson is not a doc scanner, but a full-fledged inkjet printer and scanner with duplex adf - I assume that's where the many options come from ... after all, the device is also supported by epson with linux drivers Greetz, Christoph Translated with DeepL.com (free version) |
Here's a quick hack of solution (1) that you can test. It allows to specify which config file to load using option For simplex, use You'll need to configure all 3 configuration files for your device and your use cases first, of course. |
I'd just had to change the devicedriver - the epsonscan2 won't work for scanimage ... The new datas:
I will try ... |
Those options are rather different and actually quite close to what you get for Brother devices. Now, you can control duplex via |
Hi, ho can I use the ADF in duplex-mode with Epson XP-7100. Here comes the scanimage -h for the used scanner:
I need an extra option "--duplex=" to choose the duplex-function of the adf
Greetz, Christoph
The text was updated successfully, but these errors were encountered: