Karl Riehl, Senior Capstone
COM Port API

Code to make DLL

Code
Def File
Generated DLL file
Generated LIB file
Zipped
The code and the def files are needed in order to re-create the dll. The dll file and the lib files where created after using the supplied code and def files.

Example Using C++

Code
Generated EXE file
Zipped
This project shows how to incorporate event processing using the WaitCommEvent. The project should sit on the WaitCommEvent until there is information to read in the input buffer.

Example Using VB6

Form
Header file
Generated EXE file
Zipped
This project shows how to connect to Irman, an infrared port that reads in signals from a remote control. The user will be able to "set" three buttons on the remote to exit, to open the Calculator program, and to open Internet Explorer. The open, close, read, and write functions are used.

Example Using C#

Form
Generated EXE file
Zipped
This project will show how to open the port with an input device. The user will be able to open and close the port, read and write to the port and check the input buffer size.