Java io.netty.channel.rxtx RxtxChannelConfig fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.rxtx RxtxChannelConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.rxtx RxtxChannelConfig.

The text is from its open source code.

Method

RxtxChannelConfigsetBaudrate(int baudrate)
Sets the baud rate (ie.
RxtxChannelConfigsetDatabits(Databits databits)
Sets the number of data bits to use to make up each character sent to the serial device.
RxtxChannelConfigsetParitybit(Paritybit paritybit)
Sets the type of parity bit to be used when communicating with the serial device.
RxtxChannelConfigsetStopbits(Stopbits stopbits)
Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.