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
639 stars 199 forks source link

Library Documentation #17

Closed philchu128 closed 7 years ago

philchu128 commented 7 years ago

Where can I find documentation explaining the methods/events/properties of this library? Thanks

jcurl commented 7 years ago

Documentation is in MAML format in the code itself. You can use Sandcastle (search for SHFB) to build the documentation in the format you want.

Additionally, API's are similar to that provided by Microsoft. The Wiki pages here highlight the main differences.