Commit Graph

22 Commits

Author SHA1 Message Date
Sara Damiano
84811fb9d5 Removed default stream 2018-09-12 17:41:16 -04:00
Sara Damiano
9997d61bed Cleaned out big comment dividers 2018-09-07 14:18:00 -04:00
Sara Damiano
cf6ff9fd2b White space change 2018-09-07 14:11:54 -04:00
Sara Damiano
f8c3a2de61 Added wifi fxns as shells where unsupported
Allows more flexibility downstream
2018-09-07 13:50:54 -04:00
Volodymyr Shymanskyy
d899424cca Cleanup 2018-06-11 01:17:13 +03:00
Volodymyr Shymanskyy
f4e30b2804 Merge branch 'master' of https://github.com/vshymanskyy/TinyGSM 2018-06-11 00:56:41 +03:00
Volodymyr Shymanskyy
4c994651b3 Override Client.write(const char*) 2018-06-11 00:56:23 +03:00
Volodymyr Shymanskyy
bc9818c353 Add comments 2018-06-11 00:52:36 +03:00
SRGDamia1
2a08a828b1 Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
2018-05-16 12:54:57 -04:00
Lefteris
2dbfa16215 Added Network Time Fetching for SimXXX 2018-04-25 10:05:00 +03:00
Volodymyr Shymanskyy
975ba8bf57 Fix SIM900 build 2018-04-14 17:55:10 +03:00
Volodymyr Shymanskyy
8255673424 Cleanup 2018-03-14 22:23:15 +02:00
Volodymyr Shymanskyy
618e45d8fd SIM800: Handle more responses for +CIPSTART 2018-03-14 01:18:13 +02:00
Volodymyr Shymanskyy
4f9182919f Make modem.stream public. Make user and pass optional in gprsConnect() 2018-03-14 01:15:43 +02:00
Volodymyr Shymanskyy
70e14853cd Disable SSL completely for SIM900 2018-03-14 01:05:07 +02:00
Volodymyr Shymanskyy
9068132ebf Merge pull request #128 from hubaksis/patch-1
Set an alphabet for SMS sending to "GSM" for SIM800/808
2018-03-14 01:02:28 +02:00
Volodymyr Shymanskyy
c8d71b3b8b Clear buffer on stop(). Fix #119 2018-03-14 00:59:02 +02:00
hubaksis
e9107da01a Update TinyGsmClientSIM800.h
Set default alphabet for sendSMS
2018-02-05 13:08:03 +13:00
SRGDamia1
f899aeb126 re-shortened maintain
problem was new lines, not time.
2017-10-30 14:14:09 -04:00
SRGDamia1
1f5b7a0249 Added a check for sock_connected so not endlessly trying to read
Otherwise was going into an endless reading loop because user code only asked for a short part of the total amount of data sent.
2017-10-30 13:49:54 -04:00
SRGDamia1
edcbc5459d Increased maintain to not miss closed at slow bauds 2017-10-15 21:25:57 -04:00
SRGDamia1
89203c8e25 Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
2017-10-15 13:33:37 -04:00