File format:Binary

From sigrok
Revision as of 04:56, 17 September 2018 by Crackwitz (talk | contribs) (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)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
$ 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 ...