how can i read data from serial port rs2

tesh

New member
Joined
Sep 5, 2006
Messages
2
Programming Experience
Beginner
how can i read data from serial port rs2 using vb.net... thanks (.^_^.)
if u have a sample code plz send me in my email : mohmad85@hotmail.com :)









IF U WANT THING LEAVE IT :confused:
IF ITS BACK TO U ITS OWN FOR :) U BUT IF NOT SURE THATS FROM THE BEGINING NOT FOR U :mad:
 
Make a start by looking into the System.IO.Ports namespace. It is new in .Net 2.0. It contains a serial port class that makes it easier to communicate with serial ports.
 
Back
Top