Cinterion driver for Microchip 8 bit and 16 bit MCUs

Hello Telit Technical Support,
I am planning to develop projects about sensors controlled by Microchip 8 bit and 16 bit MCUs. They will connect to the backend internet with the help of Cinterion TX62 or EXS62.

Are there readily available drivers for them? Drivers will be developed with Microchip MPLAB X IDE and Microchip XC compilers.

Or can you provide generic C library for your chips mentioned here?

Hello,

The module, provides several hardware interfaces like USB, UART, GPIO, SPI, I2C.
You can control the module with AT commands over USB or UART.
Your MCU will most probably use the module as modem to establish a data connection and your hardware sensors will be managed by your MCU. In that case the module will not need any drivers for the sensors as it will not interact with them directly.
The module can also connect to some slave devices via GPIO, SPI, I2C. The interfaces are controlled with AT commands.
Unfortunately, we do not provide any C libraries for our modules.