Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get started

...

IQ² Masters can be programmatically managed using C DLL for Windows

...

.

You can use

...

DLL

...

API as a black box or integrate its source code to your existing C/C++ project

...

.

...

The

...

file iqcomm_example.c in the source code folder contains example code of standard

...

iqInterface must be properly connected to PC over comport/USB or Ethernet (tcp/ip) interface. For USB usage the driver should be installed (see physical connection).

To use DLL or its source you should always include iqi_define.h header,iqi_mst.h for master mode, iqi_dev.h for device mode andiqi_ethernet.h/iqi_comm.h for Ethernet (tcp/ip) connection. See further more detailed API description of these modules.

...

usage with detailed descriptions.