LEADTOOLS Support
Imaging
Imaging SDK Questions
LeadTools With Konica Minolta Twain Driver
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 5, 2010 6:51:43 AM(UTC)
Groups: Registered
Posts: 2
Hi,
I have a .NET 2003 application that is working with a Cannon Scanner (multi function copier), we are going to change to a Konica Minolta bizhub 423, i installed the driver but now i am getting this error "Error -566" when the following line of code is executed.
Dim i As Leadtools.Twain.TwainCapability = twainSession.GetCapability(TwainCapabilityType.DeviceOnline, TwainGetCapabilityMode.GetCurrent)
does somebody know what could be the error?
I am using leadtools 14.
#2
Posted
:
Saturday, November 6, 2010 11:56:32 PM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
This error means that the Twain Required capability is not supported.
Try to use the Twain device using the standard Twain test utility from the Twain Working Group. This program is called Twacker and you can get it from here:
http://www.twain.org/devfiles/twack.zipTry to Get/Set the capabilities you are interested in as follows:
In the Twacker application:
1) From the File => Select Source, choose the new scanner.
2) From the Special menu => choose 1. Load/Open SM
3) From the Special menu => choose 2. Open Source
4) From the Special menu => choose 3. Send
4) Get/Set the capability as shown in the attached example.
Guest attached the following image(s):
#3
Posted
:
Monday, November 8, 2010 4:43:40 AM(UTC)
Groups: Registered
Posts: 2
Thanks Adam.
Attached is the result of the test. What do you recommend? Do i have to change the code or the driver?
rgromero attached the following image(s):
#4
Posted
:
Monday, November 8, 2010 5:58:02 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The CAP_DEVICEONLINE is required by the Twain specification to be supported by All image Sources (scanners and cameras). This means if your Twain driver does not support it correctly using the Twacker standard test tool, you could try to contact the scanner's vendors to see if there's an updated driver that does not have this problem.
LEADTOOLS Support
Imaging
Imaging SDK Questions
LeadTools With Konica Minolta Twain Driver
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.