Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
logic_rdm_sniffer(1)	    General Commands Manual	  logic_rdm_sniffer(1)

NAME
       logic_rdm_sniffer - 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

				 December 2013		  logic_rdm_sniffer(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=logic_rdm_sniffer&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help