We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a 'Method not found' exception if I try to use version1.0.19 with your latest SerialPortLib, also 1.0.19:
Method not found: 'Void SerialPortLib.SerialPortInput.SetPort(System.String, Int32, System.IO.Ports.StopBits, System.IO.Ports.Parity)'. (MissingMethodException)
but not if I go back to SerialPortLib 1.0.18
Using VS2019, building for .NET Framework 4.7.2.
The text was updated successfully, but these errors were encountered:
Hi, @01username! Where did you found SerialPortLib 1.0.19? On NuGet there is only 1.0.18: https://www.nuget.org/packages/SerialPortLib/
SerialPortLib 1.0.19
1.0.18
Sorry, something went wrong.
No branches or pull requests
I get a 'Method not found' exception if I try to use version1.0.19 with your latest SerialPortLib, also 1.0.19:
Method not found: 'Void SerialPortLib.SerialPortInput.SetPort(System.String, Int32, System.IO.Ports.StopBits, System.IO.Ports.Parity)'. (MissingMethodException)
but not if I go back to SerialPortLib 1.0.18
Using VS2019, building for .NET Framework 4.7.2.
The text was updated successfully, but these errors were encountered: