Man page - ola_usbpro(1)
Packages contains this manual
- ola_trigger(1)
- ola_plugin_state(1)
- ola_dmxconsole(1)
- ola_set_priority(1)
- ola_dev_info(1)
- ola_rdm_set(1)
- ola_rdm_discover(1)
- ola_rdm_get(1)
- ola_plugin_info(1)
- ola_uni_name(1)
- ola_usbpro(1)
- ola_patch(1)
- ola_uni_merge(1)
- ola_artnet(1)
- ola_streaming_client(1)
- ola_e131(1)
- ola_timecode(1)
- ola_uni_info(1)
- usbpro_firmware(1)
- olad(1)
- ola_set_dmx(1)
- ola_dmxmonitor(1)
- ola_uni_stats(1)
- ola_recorder(1)
apt-get install ola
Manual
ola_usbpro
NAMESYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
See the current parameters of port 0 of device 9:
See the port assignments of device 9:
Set the packet rate of port 0 of device 9 to 40 packets/s:
See the serial number of device 9:
SEE ALSO
NAME
ola_usbpro - Configure Enttec USB Pro Devices managed by OLA.
SYNOPSIS
ola_usbpro -d <dev_id> [--serial | -p <port> --g | -p <port> -b <brk> -m <mab> -r <rate>]
DESCRIPTION
ola_usbpro is used to query and control the parameters of Enttec USB Pro devices.
OPTIONS
-a, --assignments
Get the port assignments.
-b, --brk <break>
Set the break time (9 - 127).
-d, --device <device>
Id of the device to control.
-g, --get-params
Get the current parameters.
-h, --help
Display the help message
-l, --log-level <int8_t>
Set the logging level 0 .. 4.
-m, --mab <man>
Set the make after-break-time (1 - 127).
-p, --port <port>
The port to configure.
-r, --rate <rate>
Set the transmission rate (1 - 40).
-s, --serial
Get the serial number.
-v, --version
Display version information
--syslog
Send to syslog rather than stderr.
--no-use-epoll
Disable the use of epoll(), revert to select()
--no-use-kqueue
Disable the use of kqueue(), revert to select()
--scheduler-policy <policy>
The thread scheduling policy, one of {fifo, rr}.
--scheduler-priority <priority>
The thread priority, only used if --scheduler-policy is set.
EXAMPLES
See the current parameters of port 0 of device 9:
ola_usbpro -d 9 -p 0 --get-params
See the port assignments of device 9:
ola_usbpro -d 9 --assignments
Set the packet rate of port 0 of device 9 to 40 packets/s:
ola_usbpro -d 9 -p 0 -r 40
See the serial number of device 9:
ola_usbpro -d 9 --serial
SEE ALSO
olad(1) , usbpro_firmware(1) ,