Registry / networking / netty-transport-rxtx

netty-transport-rxtx

JSON →
library4.1.135.Finaljavamavenunverified

Netty transport module for RXTX serial communication, enabling asynchronous event-driven networking over serial ports.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-transport-rxtx</artifactId> <version>4.1.135.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-TRANSPORT-RX
N
netty-transport-rxtx
networkingjavav4.1.135.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RxtxChannel
io.netty.channel.rxtx.RxtxChannel

Connect to a serial port using Netty's RXTX transport.

import io.netty.channel.rxtx.RxtxChannel; import io.netty.channel.rxtx.RxtxDeviceAddress; RxtxChannel channel = new RxtxChannel(); channel.connect(new RxtxDeviceAddress("/dev/ttyUSB0")).sync();
Debug
Known issues
gotchaRXTX library is not actively maintained and may have compatibility issues with modern systems.
fix
Consider using jSerialComm or other modern serial libraries.
affects: *
Upgrade
Version history
4.1.135.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
netty-transport-rxtx — mvn dependency:get netty-transport-rxtx · libregistry