wrmhl icon indicating copy to clipboard operation
wrmhl copied to clipboard

IOException: No such file or directory

Open goodspeed2011 opened this issue 5 years ago • 1 comments

IOException: No such file or directory System.IO.Ports.SerialPortStream.ThrowIOException () System.IO.Ports.SerialPortStream..ctor (System.String portName, Int32 baudRate, Int32 dataBits, Parity parity, StopBits stopBits, Boolean dtrEnable, Boolean rtsEnable, Handshake handshake, Int32 readTimeout, Int32 writeTimeout, Int32 readBufferSize, Int32 writeBufferSize) (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPortStream:.ctor (string,int,int,System.IO.Ports.Parity,System.IO.Ports.StopBits,bool,bool,System.IO.Ports.Handshake,int,int,int,int) System.IO.Ports.SerialPort.Open () (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPort:Open () wrmhlThread.openFlow () (at Assets/WRMHL/Scripts/Thread/Common/wrmhlThread.cs:74) wrmhl.connect () (at Assets/WRMHL/Scripts/Manager/wrmhl.cs:53) wrmhlWrite.Start () (at Assets/WRMHL/Scripts/wrmhlWrite.cs:29)

goodspeed2011 avatar Oct 05 '18 04:10 goodspeed2011

Did you change from API compatibility level to .NET 2.0?

snibo13 avatar Nov 10 '18 15:11 snibo13