openHAB serial dependency : how does it work?

I think users would be happy to be able to use that as an additional option based on
Can I use โ€œ/dev/serial/by-idโ€?
. :slight_smile:

You can probably already use them because the RXTX serial transport will add any configured device path to the list of ports in gnu.io.rxtx.SerialPorts .

But I read there is a bug which crashes the JVM which currently prevents using long device names. :confused:

See also:

So I think after upgrading nrjavaserial to a version that has the fix the only missing part is adding these identifiers to the discovered port identifier list so they can be more easily configured?