Difference between revisions of "File format:Binary"
Jump to navigation
Jump to search
(Created page with "<pre>$ sigrok-cli -I binary --show ID: binary Name: Binary Description: Raw binary logic data Options: numchannels: The number of (logic) channels in the data (default 8)...") |
(No difference)
|
Latest revision as of 03:56, 17 September 2018
$ sigrok-cli -I binary --show ID: binary Name: Binary Description: Raw binary logic data Options: numchannels: The number of (logic) channels in the data (default 8) samplerate: The sample rate of the (logic) data in Hz (default 0)
Example:
sigrok-cli -I binary:numchannels=8:samplerate=1000000 -i SOMEFILE ...