Status
From Sigrok
Contents |
Supported logic analyzers
See Supported hardware.
There is also a pure-software demo driver which can generate samples for testing purposes.
Supported input formats
| Input format | Status | Comments |
|---|---|---|
| Logic analyzer | 100% | Getting samples directly from the logic analyzer hardware. |
| sigrok session | 100% | — |
| ChronoVu LA8 | 80% | ChronoVu LA8 software file format (usually with .kdt file extension). |
| Binary | 100% | Raw, binary data input without any metadata attached. |
Supported output formats
| Output format | Status | Comments |
|---|---|---|
| sigrok session | 100% | — |
| ASCII bits | 100% | — |
| ASCII hexdump | 100% | — |
| Binary | 100% | Raw, binary data output without any metadata attached. |
| Gnuplot | 100% | Gnuplot data file format (tab-separated columns of '1' and '0' characters). You need another gnuplot input file such as this one in addition. |
| VCD | 100% | The Value Change Dump format can be visualized in gtkwave, for instance. |
| OLS | 100% | The file format used by the "Alternative" Java client for the Openbench Logic Sniffer. |
| ChronoVu LA8 | 80% | ChronoVu LA8 software file format (usually with .kdt file extension). |
| CSV | 80% | Comma-separated values. |
| Analog | 20% | Analog values, e.g. via scopes or signal generators etc. |
Supported protocol decoders
See Protocol decoders.
GUI translations
The sigrok GUI can easily be translated into different languages using Qt's support tools. Currently, the following translations are available:
| Language code | Language | Status |
|---|---|---|
| en_US | English | 100% |
| de_DE | German | 95% |
| fr_FR | French | 100% |
| nl_NL | Dutch | 90% |
