Reputation: 18096
I want to ask is there a library or assembly to access seral port to write on it using c#?
Upvotes: 2
Views: 680
Reputation: 564801
You can use the System.IO.Ports.SerialPort class in the Framework. No extra library is required, since this is included in the System.dll assembly.
Upvotes: 6