RJCP.DLL.SerialPortStream
RJCP.DLL.SerialPortStream copied to clipboard
On windows, Close() issues UnhandledException.
In my MAUI project,
private readonly SerialPortStream _activeSerialPort; _activeSerialPort.PortName = portName; _activeSerialPort.BaudRate = BaudRate; _activeSerialPort.Open();
when call
_activeSerialPort.Close();
UnhandledException is issued.
Could you please provide a back trace and also the name of the exception?
Which serial device and driver are you using?