File format:Binary

From sigrok
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 ...