logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ola_usbpro - Configure Enttec USB Pro Devices managed by OLA.

Description

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

Examples

Seethecurrentparametersofport0ofdevice9:
       ola_usbpro -d 9 -p 0 --get-params

   Seetheportassignmentsofdevice9:
       ola_usbpro -d 9 --assignments

   Setthepacketrateofport0ofdevice9to40packets/s:
       ola_usbpro -d 9 -p 0 -r 40

   Seetheserialnumberofdevice9:
       ola_usbpro -d 9 --serial

Name

       ola_usbpro - Configure Enttec USB Pro Devices managed by OLA.

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.

See Also

olad(1), usbpro_firmware(1),

                                                    July 2013                                      ola_usbpro(1)

Synopsis

ola_usbpro -d <dev_id> [--serial | -p <port> --g | -p <port> -b <brk> -m <mab> -r <rate>]

See Also