Hi, I'm currently working on support for the LeCroy Logicstudio logic analyzer in libsigrok.
At the moment, continuous acquisition seems to be working, but that's about it. Missing stuff that I should be able to figure out: - Configurable sample rate - Hardware triggers (I know how to configure them, but I'm not sure how the device reports that a trigger has been fired) - Capture ratio - Switching off half the channels for faster sample rates Another issue is that initially, the device shows up with product id 0xa001 on the USB bus, and you need to send a series of magic commands so that it shows up with the "proper" ID of 0xa002. To keep things simple, I haven't added this part to the sigrok-driver. So the driver shouldn't be merged yet, but if anyone is curious: git://git.code-monkey.de/libsigrok.git http://git.code-monkey.de/?p=libsigrok.git;a=summary It's rather boring still, but I hope to get the trigger stuff done in next couple of weeks. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? ------------------------------------------------------------------------------ _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel