SYNOPSIS

ola_usbpro [ options ]

DESCRIPTION

ola_usbpro is used to query and control the parameters of Enttec USB Pro devices.

OPTIONS

-h, --help

Display the help message.

-a, --assignments

Get the port assignments.

-b, --brk <break>

Set the break time (9 - 127)

-d, --dev <device>

The device to configure

-g, --get-params

Get the current parameters.

-m, --mab <mab>

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.

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

RELATED TO ola_usbpro…