Package org.openremote.agent.protocol.serial
package org.openremote.agent.protocol.serial
-
ClassDescriptionAbstractSerialProtocol<T extends AbstractNettyIOClientProtocol<T,
U, W, X, V>, U extends IOAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>, W, X extends SerialIOClient<W>> A channel to a serial device using the jSerialComm library.Configuration interface for jSerialComm device connections.Option for configuring a serial port connection.A SocketAddress subclass to wrap the serial port address of a jSerialComm device (e.g.This is aIOClient
implementation for serial ports.This is a generic Serial client protocol for communicating with Serial ports; it uses theSerialIOClient
to handle the communication and all messages are processed as strings; if you require custom message type handling then please sub class theAbstractSerialProtocol
).