Yes, I do have the sources of the windows driver for
the scanner Mustek BearPaw 4800TA ProII. I contacted
Mustek and they gave them to me. I had to sign a NDA,
so I can't make them public. I can't even show
portions of it... :(
I want to write a backend for sane for this scanner.
It's not a por
Hello Cosmin,
>It's the complete driver. Anything needed to acces the
>scanner is there.
That´s good, that will make it not so difficult. So normally, we
will find all parts what we will need in the sources.
Do you got also some documentation from Mustek?
>Yes, I need help, somebody to talk to.
Hi Ronald!
Thank you for answering!
--- Ronald Humphries wrote: > Hello
Cosmin.
>
> I´m still here and reading this. Is the windows
> source the complete
> driver or a part of it?
It's the complete driver. Anything needed to acces the
scanner is there.
>
> Anyway, if you need help, I will do
Hello Cosmin.
I´m still here and reading this. Is the windows source the complete
driver or a part of it?
Anyway, if you need help, I will do my best. So far for me everything is
clear, as Henning explained.
Normally I have some time in the evening for programming, not much,
because I´m alone
Hi,
On Fri, Jun 25, 2004 at 12:16:27PM +0100, Ioan-Cosmin Pop wrote:
> Henning, you keep telling me about the "protocol of
> the scanner", "commands" and "registers". Can you
> please tell me what they mean? OK, I know this sounds
> stupid. I know what a protocol, command or register
> is. Back
I looked again over the windows sources and I found
that I was mistaken. I want to identify the chip so I
was trying to use usb_bulk_write to send an array of 4
bytes then read them. Looking again over the windows
sources (after about 2 months) revealed something I
wasn't aware of. This proves th
Hi,
On Thu, Jun 24, 2004 at 12:05:26PM +0100, Ioan-Cosmin Pop wrote:
> I created the function "check_SQ113" to check the
> chip
> (http://picosconsult.topcities.com/downloads/check-usb-chip.c).
> I test the device descriptor and the endpoints. After
> that, I try to write a value (a four bytes a
Hello everyone!
I started (some time ago) to modify the program
check-usb-chip to detect my scanner. It's a Mustek
BearPaw 4800TA ProII. I know, I'm slow, but it's the
best I can :( I apologize to everyone.
Anyway, I came across one problem and I don't know
how to handle it. Let me explain.