/// <summary> /// Flushes the serial buffer. Call btw. consecutive writes and reads /// </summary> public void SerialFlush() { NIImaq.CheckError(NIImaq.imgSessionSerialFlush(_sid)); }