I want to ask is there a 开发者_JAVA百科library or assembly to access seral port to write on it using c#?
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.
I want to ask is there a 开发者_JAVA百科library or assembly to access seral port to write on it using c#?
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.
精彩评论