On Tue, Apr 19, 2011 at 10:55 AM, Henk Muller <[email protected]> wrote: > Hi, > > I have put together some firmware to turn an XTAG2 into a logic analyser. I > could mimic an existing USB logic analyser protocol, but don't want to > run into trouble with copyrights/licenses/etc. > > Does sigrok have an "open" protocol over USB that anybody can use? > > Eg, any USB logic analyser that has endpoints 0x1 and 0x82 that support a > command for sampling and a command for obtaining data will be supported out > of the box?
It's been a fair while since I looked at the sigrok code, but last I saw, it has drivers for different logic analyser hardware platforms. Some communicate with a basic serial (RS232-equivalent) interface and protocol, some might use USB. There is no one standard "sigrok protocol", as far as I know. See, if you haven't already, http://sigrok.org/wiki/Supported_hardware for the list of supported hardware platforms. If you're building your own USB device, I guess you could "clone" one of the existing platforms' interface, and make it "magically" work with sigrok. Not sure if that could mean license/IP issues, of course, be at least slightly careful would be my recommendation. I'm not a lawyer. /Emil ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

