Loading...

HP 3770 Twain Driver compatibility

Support for GdTwain ActiveX and GdTwain Pro ActiveX/SDK.

HP 3770 Twain Driver compatibility

Postby SSriram » Tue Jan 20, 2009 7:56 am

Hi Loic,

Any idea if HP 3770's twain drive is fully compatible/tested? We are using GD Picture Pro 5.x for scanning an image and get a "originals have been removed" message. Note that same code works fine with HP 305x series.
SSriram
SSriram
 
Posts: 23
Joined: Thu Jan 03, 2008 5:51 pm
Location: Chennai India

Re: HP 3770 Twain Driver compatibility

Postby Loïc » Wed Jan 21, 2009 2:01 pm

Hi,

There is no knows problem with GdPicture & HP 3770. We have customers using this model without any problem.

Maybe you should try to download & use the last available edition. Some bug related to hp scanners has been recently fixed.

If the problem persists, write here code you are using to scan pages.

Best regards,

Loïc
Loïc Carrère, support team.
www.orpalis.com
User avatar
Loïc
Site Admin
 
Posts: 4437
Joined: Tue Oct 17, 2006 10:48 pm
Location: France

Re: HP 3770 Twain Driver compatibility

Postby senthilR » Thu Jan 22, 2009 8:51 am

Hi Loic,

Here is the code:

If Imaging1.TwainOpenDefaultSource() Then

Imaging1.TwainSetHideUI (True)
Imaging1.TwainSetIndicators (True)
Imaging1.TwainEnableDuplex (True)

If Imaging1.TwainIsFeederLoaded Then
Imaging1.TwainSetAutoFeed (True) 'Set AutoFeed Enabled
Imaging1.TwainSetAutoScan (True) 'To achieve the maximum scanning rate
Else
Imaging1.TwainSetAutoFeed (False)
Imaging1.TwainSelectFeeder (False)
If Imaging1.TwainHasFeeder Then
Imaging1.TwainSetAutoScan (False)
Else
Imaging1.TwainSetAutoScan (True)
End If
End If
While Imaging1.CreateImageFromTwain(Me.hWnd) <> 0
............
..............
wend

end if


Thanks and regards
M.senthil Murugan
senthilR
 
Posts: 17
Joined: Thu Nov 20, 2008 4:27 pm

Re: HP 3770 Twain Driver compatibility

Postby SSriram » Thu Jan 22, 2009 11:10 am

Hi Loic,

The code posted by Senthil (our team member) is what we use to support both ADF and non-ADF scanners. This works fine for most scanners, however, this fails for the HP 3770 scanner. What we noticed is that when installing HP 3770 on XP, 2 drivers get installed (HP TWAIN and WIA) (on Windows 2000, only HP TWAIN is installed). On XP, if the user selects HP TWain as source, then we get a message "Originals have been removed from tray". On the other hand, selecting WIA enables scan to happen with no issues. On Windows 2000, since WIA is not installed, it uses the HP TWAIN driver and the same error message occurs.

Our questions are:
(A) Have these been addressed in 5.9 or in 5.10?
(b) Is there a way we can enumerate the drivers and use a particular source without the user having to select this?
SSriram
SSriram
 
Posts: 23
Joined: Thu Jan 03, 2008 5:51 pm
Location: Chennai India

Re: HP 3770 Twain Driver compatibility

Postby Loïc » Fri Jan 23, 2009 3:46 pm

Hi,

(A) Have these been addressed in 5.9 or in 5.10?


I don't know. I suggest you to try the last release including better support for some HP scanner. Maybe your problem can be solve using this edition. In all case, updating to the last edition is the first thing to do.


(b) Is there a way we can enumerate the drivers and use a particular source without the user having to select this?


Yes. See: filter-device-list-provided-t440.html

Best regards,

Loïc
Loïc Carrère, support team.
www.orpalis.com
User avatar
Loïc
Site Admin
 
Posts: 4437
Joined: Tue Oct 17, 2006 10:48 pm
Location: France


Return to GdTwain [Pro] ActiveX

Who is online

Users browsing this forum: Google [Bot] and 1 guest