File format:Binary

From sigrok
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
$ 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 ...