Category:CommAPI: Difference between revisions
Jump to navigation
Jump to search
(Created page with "CommAPI translates the communications functions of Windows API to AutoIt functions. == Features == * No need to install DLL's * Using Windows API calls (kernel32.dll) * Possi...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
CommAPI translates the communications functions of Windows API to AutoIt functions. | [[CommAPI]] translates the communications functions of Windows API to AutoIt functions. | ||
== Features == | == Features == |
Latest revision as of 11:13, 7 April 2014
CommAPI translates the communications functions of Windows API to AutoIt functions.
Features
- No need to install DLL's
- Using Windows API calls (kernel32.dll)
- Possibility of serial communication (serial port, COM port, RS-232)
- Possibility of parallel communication (parallel port, LPT port)
- No use of global variables
- Uniform namespace _CommAPI_XXX
- Modular organization into files
- A lot of additional utility and helper functions
Pages in category "CommAPI"
The following 8 pages are in this category, out of 8 total.