Mscomm vb project Items tagged with Mscomm vb project
how to use VB for device control.
yes dats simple
here is a file .using it u can very easily understand serial communication using vb
hope it will help u
...
Read Compelte post
here is a file .using it u can very easily understand serial communication using vb
hope it will help u
Posted by abbas1707 on Mon Sep 10 2007, 09:58 pm
Visual basic interface
As i said you need to add MSCOMM component in your project..
In Visual Basic 6.0: right click the toolbox and select "Components". Check "Microsoft Comm Control 6.0" and click "OK". Place a MSComm control (it looks like a phone) on your form (it will be invisible at runtime). You can name the control if you like, the default name is MSComm1.
For setting up MSComm1 component..
... Read Compelte post
In Visual Basic 6.0: right click the toolbox and select "Components". Check "Microsoft Comm Control 6.0" and click "OK". Place a MSComm control (it looks like a phone) on your form (it will be invisible at runtime). You can name the control if you like, the default name is MSComm1.
For setting up MSComm1 component..
... Read Compelte post
Posted by ajay_bhargav on Wed Jan 23 2008, 12:14 am