RJCP.DLL.SerialPortStream icon indicating copy to clipboard operation
RJCP.DLL.SerialPortStream copied to clipboard

On windows, Close() issues UnhandledException.

Open junziyang opened this issue 6 months ago • 1 comments

In my MAUI project,

private readonly SerialPortStream _activeSerialPort; _activeSerialPort.PortName = portName; _activeSerialPort.BaudRate = BaudRate; _activeSerialPort.Open();

when call

_activeSerialPort.Close();

UnhandledException is issued.

junziyang avatar Jun 11 '25 08:06 junziyang

Could you please provide a back trace and also the name of the exception?

Which serial device and driver are you using?

jcurl avatar Jun 11 '25 08:06 jcurl