From: Bertrik S. <be...@zo...> - 2001-12-16 17:39:00
|
Bob Jones wrote: > I just gave Bertrik's new update a run on my 3400, and it scans nicely using > the USB interface. Thanks, nice to know it still works ... :) > On a lark, I decided to give it a try using the libieee1284 interface since > the Win-drivers work OK in Win4Lin, but now it refuses to compile. I did > some checking in the ieee1284.h and hp3300c_xfer.c and there seems to be a > structure mismatch. In ieee1284.h, the external functions ieee_epp_* have > the structure (struct parport *port, int flags, const char *buffers, size_t > len). In hp3300c_xfer.c, these same functions have the structure, (port, > buffer data, len 1). > > Has anybody gotten the ieee1284 interface for testtool to compile and work? > If so, what version of libieee1284 and were any mods needed in hp3300c_xfer? I have not received any reports of anybody who tried it. I own a HP3300 (which has no parallel port connection) myself so I have also not tested it myself. When I wrote the ieee1284 support, I used the very first version of it (0.0.0) and it compiled OK. It is very possible that the interface of libieee1284 has changed since version 0.0.0 . The biggest difference seems to be the 'flags' parameter. If you would like to look into this, you're welcome ofcourse. Bertrik |