Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package plp.rs232

Interface Summary
CommunicationDevice A CommunicationDevice is a device that can send and receive data on byte level.
DataListener A DataListener receives data from a CommunicationDevice object
 

Class Summary
AbstractCommunicationDevice This class implements the listener part of the CommunicationDevice
CommunicationDeviceFactory I create the default CommunicationDevice.
CommunicationDeviceProxy  
RS232 Implementation of a Communication device.
RS232Tester A testclass for RS232
TestCommunicationDevice A class to test software that uses a CommunicationDevice interface