a library to use GPRS like ethernet or wifi, which makes it possible to connect to the internet with your GPRS module
Dependencies: BufferedSerial
Dependents: ThinkSpeak_Test roam_v1 roam_v2 finalv3
Fork of GPRSInterface by
History
bugfix
2015-04-03, by yihui [Fri, 03 Apr 2015 09:51:13 +0000] rev 14
bugfix
rework
2015-04-03, by Yihui Xiong [Fri, 03 Apr 2015 15:44:04 +0800] rev 13
rework
only LPC11UXX or LPC176X uses BufferedSerial, as other targets are not tested.
2015-03-10, by yihui [Tue, 10 Mar 2015 03:11:38 +0000] rev 12
only LPC11UXX or LPC176X uses BufferedSerial, as other targets are not tested.
GPRS::is_connected() checks connection state again (<=3 times) if state is not sure
2015-03-10, by yihui [Tue, 10 Mar 2015 03:04:27 +0000] rev 11
GPRS::is_connected() checks connection state again (<=3 times) if state is not sure
use BufferedSerial to increase stability;
2015-03-10, by yihui [Tue, 10 Mar 2015 02:57:52 +0000] rev 10
use BufferedSerial to increase stability;
bug fix
2015-03-09, by yihui [Mon, 09 Mar 2015 07:25:05 +0000] rev 9
bug fix
update gprs send function
2014-05-06, by lawliet [Tue, 06 May 2014 03:56:03 +0000] rev 8
update gprs send function
fix socket++ error
2014-05-06, by lawliet [Tue, 06 May 2014 03:50:21 +0000] rev 7
fix socket++ error
make SerialModel to be public member.
2014-04-28, by lawliet [Mon, 28 Apr 2014 13:01:23 +0000] rev 6
make SerialModel to be public member.
version 1.3 (fix error in GPRSInterface.h)
2014-03-03, by lawliet [Mon, 03 Mar 2014 06:06:14 +0000] rev 5
version 1.3 (fix error in GPRSInterface.h)