lejos.nxt.comm
Class RS485Connection
java.lang.Object
lejos.nxt.comm.NXTConnection
lejos.nxt.comm.RS485Connection
- All Implemented Interfaces:
- Connection, InputConnection, OutputConnection, StreamConnection
public class RS485Connection
- extends NXTConnection
Connection object for an RS485/BitBus connection
This object models a single BitBus connection. It works closely with
the BitBus controller object to perform packet based I/O. It provides
buffer space, address bindings and flow control for connection. It also
handles higher level connection state (connection establishment, termination
etc).
- Author:
- andy
Methods inherited from class lejos.nxt.comm.NXTConnection |
available, available, close, getAddress, openDataInputStream, openDataOutputStream, openInputStream, openOutputStream, read, read, readPacket, sendPacket, setIOMode, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()