How to use mscomm1
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi everybody.. I have a question.. i have a problem how to communicate vb with my hardware using serial port.. can somebody help me solve my problem.. areon25
You have at least two options depending which version of VS are you running: VS2005: Use My.Computer.Ports class to access and use COMx VS2003: You can use MSCOMM object or one of the available classes (also on this site) With VS2005 look in the official MSDN documentation for code samples With MSCOMM it's easier to find sample code (tons) with google With User classes (there are at least three around) sample code is provided with them. Briga