Release Notes v1.10.17 Fixed a bug where the poll mode was always returning IITAPI_ERR_NO_ITEMS v1.10.16 Added a fix for a programming error on some FDS-CONTROLLER-MCP devices Added a fix for a programming error on 2 NAV/COMM radios Updated board definitions v1.10.15 Fixed an installer issue that didn't write the .14 version correctly (Bug fixed now) Added a shortcut to the documentation Added a shortcut to the updates (this file) Added VB6 sample code v1.10.14 Fixed a bug with interfaceIT_Analog_GetValue function (if value is 0 it returns -14) v1.10.13 Added a logging function to the API to aid developers in testing the calls to the API Fixed a potential crash when calling interfaceIT_SetBoardOptions() v1.10.12 Changed the DLL to be statically linked to supporting module, removing the Microsoft runtime dependencies v1.10.11 Update project to add debug information to internal symbol server Internal project file cleanup v1.10.10 Core controller updates to log fatal errors during write operations Fixed an issue where the total number of datalines was not being returned correctly Updated the 7 Segment display output to now support lower characters (to the best ability on a 7 segment) Additional device types added to header files v1.10.9 Core controller updates to check for fatal errors in threads v1.10.8 Core controller updates around device collision Additional device types added to header files v1.10.7 Added a function to return the total number of detected controllers in the system Fixed some minor documentation mistakes Fixed some cosmetics in the test application v1.10.6 Added device change notificaiton callback Added device change notificaiton to the sample application v1.10.5 Fixed a minor issue in the installer where a Microsoft library was being installed v1.10.4 Removed some duplicate code around the board info Fixed an issue where uninitialized board would crash the API Fixed an issue where uninitialized board would return all features enabled Fixed an issue where interfaceIT_Switch_Get_State was not returning the switch state v1.10.3 Fix an bug with different switch enablement options of up showing as 2 and it should be 0 Updated defines to match switch positions Updated sample code to show the switch direction value as well as text value v1.10.2 Minor bug which in certain conditions caused the Analog_GetValue to fail with -7 Updated the test code around the Analog_GetValue v1.10.1 Added support for devices with 16 analog inputs (ACP currently) Fixed an issue in POLL mode where it was not using enabled board options Fixed an issue where initial switch positions were not being transmitted (only sends when CDU Keys options is not enabled) Updated the sample code Documentation update v1.10.0 Private beta customer release Increased the number of devices detectable on a system to 32 v1.9.3 LED count was not correct on certain boards where the ending LED was 256 Documentation formatting update v1.9.2 Core controller update - issue when multiple interfaceIT products are installed on the same machine. Optimized the code that reads the board information Fixed an issue with a mutex not being board specific v1.9.1 Internal test build v1.9.0 Added support for devices with brightness control (CDU v9 currently) Added support for devices with an analog input (CDU v9 currently) Fixed an internal byte alignment issue with the available features Fixed an issue with a FDS-CONTROLLER-MCP board relay not functioning on the new boards Updated the documention to document all the calls Fixed a pointer assignment error in the test app v1.8.0 Digital signature update Updated some core controller functions Speed increase New device types added to header file v1.7.1 Visual Studio 2008 compatibility. v1.7.0 Updated the library to include new controller functions and minor bug fixes. Digitial signature v1.6.8 Updated the library to include the new controller chips Fixed a random hang during initialization of the device v1.6.7 Test application was missing the interfaceITAPI_Data.h header v1.6.6 Installer added Documentation updates Sample code interfaceIT_Switch_Enable_Poll bug fixed. v1.6.5 Fixed a bug where calling interfaceIT_Dataline_Set would return IITAPI_ERR_FAILED Fixed a bug when calling interfaceIT_Switch_Enable_Poll to disable polling would return IITAPI_ERR_ALREADY_ENABLED Fixed a bug when calling interfaceIT_Switch_Enable_Callback to disable callbacks would return IITAPI_ERR_ALREADY_ENABLED Updated the interfaceITAPI.txt with the new functions from previous versions Fixed a potential unload issue with the controller library