SerialPort on Linux
I installed https://www.nuget.org/packages/SerialPortStreamCore/ and it seems to work fine on windows but but publish program gives error when ran on linux.
Error Details
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'libnserial.so.1': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
at RJCP.IO.Ports.Native.Unix.SerialUnix.UnsafeNativeMethods.serial_init()
.
.
at RJCP.IO.Ports.SerialPortStream..ctor()
SerialPort on Linux
I installed https://www.nuget.org/packages/SerialPortStreamCore/ and it seems to work fine on windows but but publish program gives error when ran on linux.
Error Details
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'libnserial.so.1': The specified module could not be found.
(Exception from HRESULT: 0x8007007E)
at RJCP.IO.Ports.Native.Unix.SerialUnix.UnsafeNativeMethods.serial_init()
.
.
at RJCP.IO.Ports.SerialPortStream..ctor()