CWM library | Telit Cinterion IoT Developer Community
March 11, 2017 - 4:55pm, 1933 views
I want to use "AT" commands in my Java MIDlet. I understand I need
to link against the CWM jar file. My question is which one? I've got the
following JAR files drifting around my development environment:
cwmlib_1.0.jar (41,973 bytes)
cwmlib_1.0.jar (43,941 bytes)
cwmlib_1.0.jar (42,569 bytes)
cwm_1.0.jar (93,198 bytes)
I'm linking against the cwmlib_1.0.jar that's 42,569
bytes long, and it seems to work.
I just want to clean up my environment and make sure I'm
using the right version of the library.
Thanks!
Hello,
For AT commands you need the file \WTK\resources\cwmlib_1.0.jar. This library does not change frequently but there have been some small corrections in the past. Generally all should be working. The best would be to use the latest one provided within the WTK folder for your module especially if you are not sure now where these files are form. If you have the installation CD package it should be there and it should install under the following or similar path: C:\Program Files (x86)\Cinterion\CMTK\WTK.
Regards,
Bartłomiej
thanks!