Reference driver implementation | Telit Cinterion IoT Developer Community
December 6, 2017 - 4:14pm, 1390 views
Hello,
we do development based on ELS61-E modules and UDP. Do you provide a reference implementation of a driver in C-Language that supports UDP data communication?
I think it would be possible to provide such an implementation with just a few interfaces a user is required to implement (e.g UART Tx callback, UART Rx callback, sleep)
Best regards,
Seb
Hello,
We do not provide any commercial C libraries that would encapsulate functionalities available with AT commands. There are only examples for AT interface usage in the AT commands specification document.
You can also see this link https://iot-developer.thalesgroup.com/documentation/cinterion%C2%AE-conn... for some example implementation in C++.
Regards,
Bartłomiej
I already found that implementation. It does not cover all ouf our requiremens but i will have another look on it.
Thank you. Best regards,
Seb