Package lejos.nxt.rcxcomm

Emulation of RCX communication classes

See:
          Description

Interface Summary
Opcode Opcode constants.
 

Class Summary
LLC Emulates RCX LLC class using the RCXLink class.
LLCHandler Packet handler than implement the LLC packet protocol.
LLCReliableHandler A Packet handler that guarantees reliable delivery using checksums, acks, and a single bit sequence number.
PacketHandler Abstract packet handler.
RCXAbstractPort RCXAbstractPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU RCXAbstractPort implements input and output stream handling and input buffering.
RCXPort RCXPort provides an interface similar to java.net.Socket Adapted from original code created by the LEGO3 Team at DTU-IAU Uses Reliable low-level comms for communication.
Serial Emulation of the RCX Serial class with Mindsensors NRLINK adapter.
 

Package lejos.nxt.rcxcomm Description

Emulation of RCX communication classes