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 not find Projects: RJCP.Diagnostics.Trace RJCP.IO.DeviceMgr #141

Closed yangjieshao closed 1 year ago

yangjieshao commented 1 year ago
  <ItemGroup>
    <ProjectReference Include="..\..\bufferio\BufferIO\RJCP.IO.Buffer.csproj" />
    <ProjectReference Include="..\..\trace\Trace\RJCP.Diagnostics.Trace.csproj" />
    <ProjectReference Include="..\..\devicemgr\DeviceMgr\RJCP.IO.DeviceMgr.csproj" />
  </ItemGroup>

can not find RJCP.Diagnostics.Trace and RJCP.IO.DeviceMgr

jcurl commented 1 year ago

I'm glad you found the answer. Check out my RJCP.base repository. Add the path configmgr to your path and run git rj init, which gets the HEAD of all repositories.

Then you can build the SerialPortStream using dotnet build.