angleMeasurement
Class FluxgateWorldAngles.FGSerialPortCom

java.lang.Object
  extended by serialComms.SerialPortCom
      extended by angleMeasurement.FluxgateWorldAngles.FGSerialPortCom
All Implemented Interfaces:
gnu.io.SerialPortEventListener, java.util.EventListener
Enclosing class:
FluxgateWorldAngles

 class FluxgateWorldAngles.FGSerialPortCom
extends SerialPortCom


Constructor Summary
FluxgateWorldAngles.FGSerialPortCom(java.lang.String portName, int baud, gnu.io.CommPortIdentifier portId)
           
 
Method Summary
 void readData(java.lang.StringBuffer result)
           
 
Methods inherited from class serialComms.SerialPortCom
close, getDefaultSerialPortName, getPortArrayList, initWriteToPort, serialEvent, writeToPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluxgateWorldAngles.FGSerialPortCom

public FluxgateWorldAngles.FGSerialPortCom(java.lang.String portName,
                                           int baud,
                                           gnu.io.CommPortIdentifier portId)
Method Detail

readData

public void readData(java.lang.StringBuffer result)
Specified by:
readData in class SerialPortCom