genielabs / serialport-lib-dotnet

Serial Port libray for .Net / Mono
https://www.nuget.org/packages/SerialPortLib/
Apache License 2.0
157 stars 65 forks source link

Update serialport class to allow setting of databits. #12

Closed beelzaboot closed 5 years ago

beelzaboot commented 5 years ago

I had a use-case for setting the databits to something other than the default (8), so I updated SerialPort.cs to surface the setting of that property on the underlying serial port object.

@genemars There is a similar issue out there: #6, so I didn't create a new feature issue.