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

Documentation missing #23

Closed MicroframeDev1 closed 7 years ago

MicroframeDev1 commented 7 years ago

I had trouble figuring out how to use this library until I found the documentation on the CodePlex project: https://serialportstream.codeplex.com/documentation

I see most of those examples have not been copied to the Wiki on this project: https://github.com/jcurl/SerialPortStream/wiki

Is there any way that I could edit the Wiki to copy/paste the documentation from CodePlex?

-David

jcurl commented 7 years ago

Duplicate of https://github.com/jcurl/SerialPortStream/issues/16

MicroframeDev1 commented 7 years ago

Completed copying documentation from CodePlex. Thanks for letting me contribute! My apologies for any disorder. I'm glad I got to "rescue" all the value-able documentation.

You can close this issue. I don't expect I will need edit access to the wiki any more.

jcurl commented 7 years ago

Thank you very much for your contribution.