How to use serial port in in visual basic.net
How to use serial port in in visual basic.net
Collapse
X
-
Tags: None
-
Check out the System.IO.Ports Namespace. Specifically check out the SerialPort class.
All the information you need on the System.IO.Ports namespace and any other .NET controls/namepsace can be found in the MSDN Library. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.
-Frinny
Comment