S60 SDL is a Simple DirectMedia Layer adaptation for S60. SDL is a cross-platform multimedia library: Applications and libraries built on SDL can easily be ported to other operating systems. But S60 SDL does more than makes porting easy: S60 multimedia applications can be implemented without any kno ...
This is full set of procedures used to communicate with
any GSM module for SMS sending/receiving (it uses standard AT commands).
Original code is for ATMega162 microcontroller, but code is general to
be easy ported to others platforms.
Code can be compiled with IAR AVR compiler.
V1.16 Win32 July 2012
- Ported to Win32 C++
- Allow multiple instances of libnids to coexist in the same process
- Incorporate unofficial patch to track established TCP connections
- Migration of calls to secure versions (i.e. strcpy to strcpy_s)
- Compiles under Visual Studio 2010 with no warnings ...