SAMPLE: Program Example for COM Port Support in Visual BasicLast reviewed: February 5, 1997Article ID: Q140880 |
The information in this article applies to:
- Professional and Enterprise Editions of Microsoft Visual Basic, 16-bit only, for Windows, version 4.0
SUMMARYA sample program (VBCOMDEM) is available to show you how a Visual Basic program can use Windows API functions for serial port communications. This program may not be necessary in Visual Basic versions 2.0, 3.0 and 4.0 for Windows because COM support is already built into the Communications Control, which comes with the Professional Edition.
You can find Vbcomdem.exe (size: 28549 bytes) , a self-extracting file, on these services:The following file is available for download from the Microsoft Software Library:
~ Vbcomdem.exe (size: 28549 bytes)For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q119591 TITLE : How to Obtain Microsoft Support Files from Online ServicesWhen you run Vbcomdem.exe, you will have the following four files:
Simpcomm.exe, Simpcomm.frm, Simpcomm.glb, Simpcomm.mak MORE INFORMATIONIn the Visual Basic environment (VB.EXE), you can load the files in this sample program by choosing Open Project from the File menu and selecting the Simpcomm.mak file. You can also run Simpcomm.exe in Windows as a separate program that requires the Visual Basic run-time file Vbrun100.dll. This sample program is only a starting point. It does not use all of the serial communications API functions available through Windows. This simple example uses Windows API Comm functions, such as OpenComm, CloseComm, ReadComm, and WriteComm. You are free to modify and extend the program to suit your specific needs. The SIMPCOMM program has no error trapping, and makes no allowances for noisy communication lines or handshaking errors. Should an error occur, Windows will suspend all reading from the communications port until you clear the error by calling the Windows API function GetCommError. To modify or understand this program example, you must have a reference manual for the Windows API routines.
REFERENCES"Microsoft Windows Programmer's Reference," Microsoft Press, 1990 Microsoft Windows 3.0 Software Development Kit
|
KBCategory: kbprg kbfile
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |