ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 FillListWithSources not seeing ScanSnap S1300i

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
aruest Posted - Sep 27 2020 : 15:16:23
I have the following code to create a list of scanners:
ImageEnMView1.MIO.AcquireParams.FillListWithSources(TempList, [ieaTwain], True);

It returns a list of scanners on my computer (running Windows 10 pro) EXCEPT the Fujitsu ScanSnap S1300i which I have recently installed.

I've tried rebooting. I've tried uninstalling and reinstalling the scanner. Still does not work.

Which folder does FillListWithSources look into to create the list?

Thank you,

André Ruest
7   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 12 2021 : 00:25:09
Thanks for letting us know, Harald

Nigel
Xequte Software
www.imageen.com
Harald Posted - Oct 11 2021 : 04:35:28
The devices of the Fujitsu ScanSnap series do not have a Twain or Wia driver. You can only control the scanners via the Fujitsu API: https://www.fujitsu.com/de/products/computing/peripheral/scanners/imaging-alliance-program/scansnap/

Document Management http://www.officemanager.de/en
xequte Posted - Sep 28 2020 : 16:45:03
Hi

Unfortunately it sounds like they are not using a standard Twain driver.

Nigel
Xequte Software
www.imageen.com
aruest Posted - Sep 28 2020 : 06:44:07
Nigel,

It seems no other application works except for the Fujitsu-supplied app.

Bummer!
xequte Posted - Sep 27 2020 : 21:29:27
Hi

Does any application other than Fujitsu's one support this scanner?

Nigel
Xequte Software
www.imageen.com
aruest Posted - Sep 27 2020 : 16:19:16
None of your demo programs see the scanner.

This is what the log file generates:
Twain log. Core version 7.0.0 31 3 2017
2020-09-27 15:48:31 : DestroyProxyWindow
2020-09-27 15:48:31 : DestroyProxyWindow : destroyed
2020-09-27 15:48:31 : IETW_UnloadSourceManager
2020-09-27 15:48:31 : IETW_UnloadSourceManager : Unload OK

The scanner only works with the Fujitsu-provided application.
xequte Posted - Sep 27 2020 : 16:10:41
Hi Andre

FillListWithSources is actually a call to Windows for appropriate devices. Are you sure the Fujitsu has a driver matching the bitness of your application? Do other imaging devices see the scanner?

Please generate a log file:

http://www.imageen.com/help/TIETwainParams.LogFile.html


Nigel
Xequte Software
www.imageen.com