Scroll to navigation

ola_usbpro(1) General Commands Manual ola_usbpro(1)

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

Get the port assignments.
Set the break time (9 - 127).
Id of the device to control.
Get the current parameters.
Display the help message
Set the logging level 0 .. 4.
Set the make after-break-time (1 - 127).
The port to configure.
Set the transmission rate (1 - 40).
Get the serial number.
Display version information
Send to syslog rather than stderr.
Disable the use of epoll(), revert to select()
Disable the use of kqueue(), revert to select()
The thread scheduling policy, one of {fifo, rr}.
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),

July 2013