HS COM
v1.1HS COM is a serial communication library implemented in C language. HS COM runs on Windows and interfaces to Win32 serial communication API
Description
HS COM is a software library (with full C source code) that allows a calling user application to access serial communication ports (COM devices) under 32-bit MS Windows operating systems. It allows to transmit data, receive data and control line signals (such as RTS and DTR).
HS COM library provides a convenient "packaging" to standard Win32 API by exposing only a few simple API services to a calling application -HsCOMInit -HsCOMOpenPort -HsCOMClosePort -HsCOMWriteBuffer -HsCOMExtendedFunc
HS COM library provides a convenient "packaging" to standard Win32 API by exposing only a few simple API services to a calling application -HsCOMInit -HsCOMOpenPort -HsCOMClosePort -HsCOMWriteBuffer -HsCOMExtendedFunc