|
|||||||||
| Home >> All >> plp >> [ rs232 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
plp.rs232
Class RS232Tester

java.lang.Objectplp.rs232.RS232Tester
- All Implemented Interfaces:
- DataListener
- public class RS232Tester
- extends java.lang.Object
- implements DataListener
- extends java.lang.Object
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:
receiveDatain interfaceDataListener
|
|||||||||
| Home >> All >> plp >> [ rs232 overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
plp.rs232.RS232Tester