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

Quick Search    Search Deep

plp.rs232
Class RS232Tester  view RS232Tester download RS232Tester.java

java.lang.Object
  extended byplp.rs232.RS232Tester
All Implemented Interfaces:
DataListener

public class RS232Tester
extends java.lang.Object
implements DataListener

A testclass for RS232


Field Summary
static byte[] frame
           
 
Constructor Summary
RS232Tester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void receiveData(byte[] data, CommunicationDevice source)
          implement this operation to receive data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public static byte[] frame
Constructor Detail

RS232Tester

public RS232Tester()
Method Detail

main

public static void main(java.lang.String[] args)

receiveData

public void receiveData(byte[] data,
                        CommunicationDevice source)
Description copied from interface: DataListener
implement this operation to receive data.

Specified by:
receiveData in interface DataListener