public UART(ref SerialPort serial, UARTDataHandler callback) { this._serialCommPort = serial; this._dataArrivedHandler = callback; }