Flexiport multi-port driver. More...

Flexiport multi-port driver.

The flexiport driver provides access to a data communications device (such as a serial port or a TCP network port) via the Flexiport library. Any data received over this device is published, and any writes to this driver are written to the device. It does not process the data in any way.

Compile-time dependencies
Provides
Requires
Configuration requests
Configuration file options
Properties (may also be set in the configuration file)
Example
driver
(
  name "sicks3000"
  provides ["laser:0"]
  requires ["opaque:0"]
)

driver
(
  name "flexiport"
  provides ["opaque:0]
  portopts "type=serial,device=/dev/ttyACM0"
)
Author
Geoffrey Biggs