hi all i am doing a project in which i need to capture the serial port data which is coming from a microcontroller kit.i have to use VB.i found that using MScomm this can be done.i tried but not getting.can anybody please help with code or some ideas. regards
Here's a link for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/comm98/html/vbobjComm.asp In windows, you can also transfer data via COM: ports using the standard file functions - again, see MSDN and google.
thanks Neil