public bool IsSerialPortOpen()
 {
     return(serialThread.isSerialPortOpen());
 }