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
631 stars 197 forks source link

Can't compile - missing source code #134

Closed hallsbyra closed 2 years ago

hallsbyra commented 2 years ago

Where can I find these projects, referenced by SerialPortStream.csproj, but not included in this repo:

  <ItemGroup>
    <ProjectReference Include="..\..\bufferio\BufferIO\RJCP.IO.Buffer.csproj" />
    <ProjectReference Include="..\..\trace\Trace\RJCP.Diagnostics.Trace.csproj" />
  </ItemGroup>
hallsbyra commented 2 years ago

Ok, just found'em! :)

jcurl commented 2 years ago

The idea is to check out https://github.com/jcurl/RJCP.base and do a submodule init. Then you can be sure that the interfaces between the repositories are compatible. It also of course sets up the folder structure. Building can still be done in the repo directly with dotnet build.

You could also check out the v2.x branch which doesn't have these dependencies.