jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
614 stars 196 forks source link

Method 'CopyToAsync' in type 'RJCP.IO.Ports.SerialPortStream' from assembly 'RJCP.SerialPortStream, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. #102

Closed Mfweb closed 2 years ago

Mfweb commented 4 years ago

Windows 7 .Net 4.5.2 Error message:

Method 'CopyToAsync' in type 'RJCP.IO.Ports.SerialPortStream' from assembly 'RJCP.SerialPortStream, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
jcurl commented 2 years ago

Wrote a small test program, run it on Windows 7 x64 with .NET 4.5.1. Appears to work fine on SerialPortStream 3.0.0. Closing.

CopyToTest.zip