On 11/09/2012 12:59 PM, sdaau wrote: > Btw, just one question: given that `sigrok` is cross platform - then for > a case like this, one should use `sigrok` to sniff the USB traffic > between EasyScope and the device under 'doze, instead of doing UsbSnoop > like I did; is that correct?
No, libsigrok is just a userspace library that has drivers in it for different types of hardware, and a frontend such as sigrok-cli uses that. By the way you only need Python 3 for libsigrokdecode, nothing to do with drivers at all. That is a library used for decoding protocols with python. -- Bert Vermeulen [email protected] email/xmpp ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

