Пример #1
0
 /// <summary>
 /// Gets the next byte from the serial port
 /// </summary>
 /// <returns>data byte from serail port</returns>
 //Arun Geo Thomas
 public byte GetElementFromInputQueue()
 {
     return(serialPortManager.ReadCharFromSerialPort());
 }