Well, don't worry too much about coding - we'll take care of that part :) What we need at this point is a good analysis of the protocol used by the device + DP software.
I have absolutely no experience with programming USB devices - so, I'm finding it difficult to understand the sniff logs that I generated yesterday - admittedly, I've spent only couple of hours with it yet. Anybody got a clue about how to make sense of the sniff logs? Once I can make a bit of sense of the sniff logs, I can start hacking the code together :) BTW, there is this project PyUSB that allows access to USB devices using python. It uses libusb (0.1, 1.0, openusb variants): http://pyusb.sourceforge.net Can come in handy for validating the logic with quick test scripts using the python interpreter shell :) Kunal On Sat, Aug 1, 2009 at 12:21 AM, Damir Syabitov<[email protected]> wrote: > On Fri, 2009-07-31 at 14:40 +0200, Nagatoro wrote: >> On Friday 31 July 2009 11:22:33 Kunal Gangakhedkar wrote: >> > On Friday 31 Jul 2009 2:19:18 pm Damir Syabitov wrote: >> > > Hi! Sorry for my english, at first. >> > > I get sniff logs from google's cache, but they seem's not full. I > get my >> > > own log's ( about 10-20 mb ) - not all very easy there. 4 first > bytes - >> > > are packet number, but all other... I can't see any logic there. I > can >> > > give you my logs (but in next monday - i am not at home now and > using >> > > GPRS) or you can make them youself. Under vista i use program like > "USB >> > > monitor studio" or something similar. To get full log's i stopped >> > > Digital persona service, start logging, and then start service. >> > >> > Hi Damir, >> > >> > Thanks for your help - I'll try to first generate the logs myself > over the >> > weekend. If I have any problems with that, I'll definitely ask you > to share >> > your logs. :) >> >> I also have some logs for this chip, perhaps we should try and > collaborate in >> getting a driver ready? >> > > I am ready to collaborate, and can do something... But i am a java, flex > and other web technologies programmer. My c++ coding like "voodoo > magic" ;) . I write some litle test, but answer's, wich i got from > VFS201 differs from answers, wich i see in logs. > > Syabitov Damir. > > _______________________________________________ > fprint mailing list > [email protected] > http://lists.reactivated.net/mailman/listinfo/fprint > _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
