logic_rdm_sniffer(1) Decode DMX/RDM data from a Saleae Logic device.

SYNOPSIS

logic_rdm_sniffer [ options ]

DESCRIPTION

logic_rdm_sniffer Decode DMX/RDM data from a Saleae Logic device.

OPTIONS

-d, --display-dmx
Display DMX Frames. Defaults to false.
-h, --help
Display the help message
-l, --log-level <int8_t>
Set the logging level 0 .. 4.
-r, --full-rdm
Unpack RDM parameter data.
-t, --timestamp
Include timestamps.
--display-asc
Display non-RDM alternate start code frames.
--dmx-slot-limit <uint16_t>
Only display the first N slots of DMX data.
--no-use-epoll
Disable the use of epoll(), revert to select()
--pid-location <string>
The directory containing the PID definitions.
--sample-rate <uint32_t>
Sample rate in HZ.
--syslog
Send to syslog rather than stderr.
-v, --version
Print logic_rdm_sniffer version information

EXAMPLES

Display RDM messages from the Logic device.

logic_rdm_sniffer -r

Display RDM and DMX frames from the Logic device.

logic_rdm_sniffer -r -d