2281
Applications / Re: Updated hpaio.dll for HP Scanners **USB scanners now supported**
« on: May 19, 2013, 08:43:10 am »
FWIW I just tested with a HP Deskjet 2050 and scanning works via USB with this device too.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Mine using this test.cmd:
set beginlibpath=c:\sane\lib;
set SANE_DEBUG_MUSTEK_USB=255
set SANE_DEBUG_SANEI_USB=255
set sane_config_dir=\sane\etc\sane.d
scanimage -v >output.pnm 2>debugoutput.txt
return debugoutput.txt in attachment and a size 0 output.pnm
output.pnm came from scanimage > output.pnm (your last with libusb logging enable)
Regards
QuoteAny change of a debug log from 1.0.22? Might also be worth sending you a scanimage.exe with libusb logging enabled....I have attached the relevant portion of the debugoutput.txt from 1.00.22.
Yes, please send me a scanimage.exe with libusb logging enabled.
C:\sane>hp-mkuri -b 1 -d 3
hp:/usb/Photosmart_C4100_series?serial=MY759J14HV04J7
hpaio:/usb/Photosmart_C4100_series?serial=MY759J14HV04J7
(it's an old Photosmart C4180 AllInOne). Tested a couple of colour scans and works fine, thanks a lot!!!
Can someone suggest me a good frontend for scanimage? Is Tame still a good option or something QT-based appeared in the meantime?
By the way (and knowing that I'm going against the flow): root directory is becoming a bit crowded with \cups, \gs, \gutenprint and now \hplib and \sane around, would be great being able to install CUPS and Sane with RPM :-)
QuoteThe log shows: [genesys] attach: found Canon flatbed scanner LiDE 210 at libusb:001:001
I don't seen any scan attempt. What command line was used?
I used d:\sane23\scanimage -L >output.pnm 2>debugoutput.txtQuoteTo try a scan, just try: scanimage > output.pnm
[D:\sane23]scanimage > output.pnm
scanimage: open of device genesys:libusb:001:001 failed: Invalid argument
That failed so I used:
@echo off
setlocal
set beginlibpath=d:\sane23\lib;
set SANE_CONFIG_DIR=d:\sane23\etc\sane.d
set SANE_DEBUG_GENESYS=255
set SANE_DEBUG_SANEI_USB=255
rem - d:\sane23\scanimage -L >output.pnm 2>debugoutput.txt
d:\sane23\scanimage >output.pnm 2>debugoutput.txt
endlocal
exit
This gives "sanei_usb_control_msg: libusb complained: Input/output error" always at the same spot when I try again after unplug/replug of the scanner. This is different from your earlier sane-1.0.22-os2-20120131.zip product which allows me to actual obtain a scan.
using scanimage --mode color --resolution 300 I got the attached output - converted to jpg to take up less space.
Using --format tif produces the expected tif file output and all the resolutions work
I used the page I did because it represents the type of pages I have to copy and sometimes OCR. In fact I'm quite pleased with the results, thank you.
I notice there are a lot of options in the epson2 backend listed as [inactive], will any of these be made active in the future?
I used the following to obtain debugoutput.txt from my CanoScan LiDE 210 scanner.
And it reports that the scanner is not configured:
Can you confirm this is with:
12/05/13 10:01 5,769,032 0 scanimage.exe
Yes, that is the one I used. However, I shot myself in the foot since I had the scanner attached to my own usbecd.sys device driver at the same time. That driver never issues a set configuration request by itself although it always sets a flag that it has done so upon device attachment. Without that driver the scanner is configured.
Paul, just doing scanimage >output.pnm on my Epson 640U produces a black and white scan - just readable, would create problems with OCR.
I used the following to obtain debugoutput.txt from my CanoScan LiDE 210 scanner.
And it reports that the scanner is not configured:
Paul, here are the outputs from my usb scanner.
This is the output
scanimage >output.pnm 2>debugoutput.txt
Paul, do you mean that bluetooth may be ported to os/2 ecomstation?It may be possible. Of course, whether this means bluetooth keyboards/mice can be supported, remains to be seen.