serialport communication

microsoft

New member
Joined
Sep 5, 2009
Messages
1
Programming Experience
Beginner
i want to receive data to my pc from external hardware but i don't know how to do it since i am new to vb.net.

so it will be great if you can provide me some guidance or the code in vb.net to receive data using serial port rs232.
 
Hello.

If you only want to receive data from the SerialPort, just drag'n drop the control onto the form, and handle the DataReceived evenbt. Though, you might need to call the Open() function once on it.

Bobby
 
Back
Top