C MIP-SDK
C MIP-SDK Documentation

Introduction

This documentation provides detailed information for the core MIP Interface as well
as all supported MIP command and data descriptors. MIP-enabled devices typically
only support a subset of available MIP commands. Please consult your device's DCP
for a list of supported commands.

Please use the Data Structures Tab at the top of the page for details on the
availabe MIP data structures.

Please use the Files Tab at the top of the page for the MIP function
documentation.



The C MIP SDK has been designed with portability in mind. The target-specific functions have all been grouped
into a single source file, which must be edited by the user to implement hardware-level calls (e.g. serial port open, close, read, write, etc.)
on their target platform. The remaining files are target-agnostic, and can be compiled on a wide range of platforms.
This structure allows the user to develop across several platforms easily.

The SDK include a few key components: a MIP parser, a callback interface for data packets, functions for assembling and processing MIP packets,
and high-level functions for performing descriptor-set-specific commands and byte-swapping MIP data.



Support

Please visit the Lord Microstrain Sensing Systems Homepage to contact support or access the latest support documentation for your device(s).


LICENSE

THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, LORD MICROSTRAIN SENSING SYSTEMS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.

 All Data Structures Files Functions Defines