Reply 280 of 514, by Eivind
- Rank
- Oldbie
rasteri wrote on 2024-05-20, 10:01:So really you want a USB3 logic analyzer, USB2 might JUST work if the LA supports reducing channel count down to 2-3 (most will […]
So really you want a USB3 logic analyzer, USB2 might JUST work if the LA supports reducing channel count down to 2-3 (most will still stream 8 channels even if you disable some)
The logic analyzer I borrowed last week was a Saleae Logic Pro 16, it's great but it's a grand and half 🙁
Since I had to give it back, the one I'm currently using is this : Analyzing the ISA bus cheaply - it also works great but setting it up is a pain in the arse because support for that dev board hasn't been merged into sigrok yet. So you have to use a fork, which has sketchy reliability. Although someone has a more updated version of the fork here : https://github.com/danielkucera/libsigrok/tree/fx3 - maybe that works better (I should try it...)
The DSLogic U3Pro16 looks really good - although I'm not sure what it's software is like. Looks like there is some support for it in sigrok though - https://github.com/sigrokproject/libsigrok/pull/170
(sigrok support isn't essential, as long as the software can export the data somehow).
From what I can tell, the DSLogic software is itself a fork of sigrok/pulseview (and open source, on github), with more device-specific bells and whistles added. It can also export data, but it has a ton of protocol decoders already (presumably the same as in pulseview).