Blob Blame History Raw
rxtx Fedora README
==================

The Fedora package supports maven metadata since 2.2-11

Although most devices will be detected using the standard code, some
lesser used devices might slip through the net. In order to support
such devices, the fedora package also scans for /dev/rxtxcomm* devices.
No driver uses these names, but they can be used to create udev links
for any device not othwerwise supported.

The list of supported devices at the time of writing (from
src/org/gnu/io/RXTXCommDriver.java):

    "ttyS", // linux Serial Ports
    "ttySA", // for the IPAQs
    "ttyUSB", // for USB frobs
    "ttyACM", // Arduino driver
    "rxtxcomm", // Generic udev link target
    "rfcomm",       // bluetooth serial device
    "ttyircomm", // linux IrCommdevices (IrDA serial emu)