serial port interfacing with VB .NET

Status
Not open for further replies.
VB.net has a activex control for serial port interface.
For more information goto msdn.microsoft.com
 
in VS2005 you may use Comport component for your work
 
Create an object of IO.Ports.SerialPort and use it.

First Configure settings like baudrate,stopbit...
Then open port
Send/Receive data
Close port
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…