474849505152535455
private int index; public SerialDataSourceRT(SerialDataSourceVO vo) { super(vo); buffer = new ByteQueue(1024); SerialDataSourceVO properties = (SerialDataSourceVO)this.getVo(); terminator = properties.getMessageTerminator().getBytes(); }