Vinn
March 30th, 2001, 12:19 PM
I have a BIG problem. I am new to the VB too. I have a project which requires me to develop a software in VB6, which must be able to communicate and control the motor drive via the serial port. How do I go about doing the interface using VB? Your HELPs are deeply appreciated ! Thanks !!
Andyb
March 30th, 2001, 01:02 PM
Open a new project. Add a MSComm control by selecting the menu 'Project' 'Component'
select the control called 'Microsoft Comm Control'. There may be a version number displayed after that tick that option and click the ok button.
If the 'Control Pallet' is visible a square button with a telephone should be shown. Click on that button and click and drag on the form to add the control to the form. A new copy of the control will appear on the form. Select it and then press the F4 key. This will display a list of properties. If you place your cursor next to one of these properties and press F1 you can display the help file for this control. If you click on the help file 'Applies To' you can go to the contents for that control. Really do try this because using this control is really so terribly easy. Good luck.
Andy