Sara Damiano
b4620b24b3
Fixed unused variable
5 years ago
Sara Damiano
1d0e7791b0
minor cleaning
5 years ago
Sara Damiano
86356f5323
Add stop with timeout and implement where applicable
5 years ago
Sara Damiano
015c2b4144
Extra yield in waitResponse
5 years ago
Andrey Fedorov
bb4f11d212
Add NTP server date time sync function
Add NTPServerSync() function to sync datetime with NTP server.
5 years ago
Sara Damiano
3d78292261
modemRead MUST end with sock_available correct
5 years ago
Sara Damiano
9ce1a2d998
Get name from modem
5 years ago
Sara Damiano
69cbab842d
Longer wait for power down
5 years ago
Sara Damiano
d55b5e6ed6
Re-Fix SIM7000
5 years ago
Sara Damiano
9e3e67473a
Need to read negative bytes
5 years ago
Sara Damiano
344bacd73e
Fixed SIM800 issue
5 years ago
Sara Damiano
98bee318ad
Correct SSL on XBee
5 years ago
Sara Damiano
fa5ca6e67c
Version bump and debug print
5 years ago
Sara Damiano
fcb3d5b010
De-increment sock available as we read out of sock
5 years ago
Sara Damiano
62182e11c9
Missing brace
5 years ago
Sara Damiano
880c4614e4
Added battery and temperature functions
5 years ago
Sara Damiano
09725ba8e6
Fixed upcase, other XBee fixes
5 years ago
Sara Damiano
e35e4afce0
Fix typos, tweak to timeout
5 years ago
Sara Damiano
7f7a7563cf
Ensure that ALL variants of read respect timeout
5 years ago
Sara Damiano
b96c866bad
Fix inside debug statement
5 years ago
Sara Damiano
db456b5345
Fixes
5 years ago
Sara Damiano
9201cbde86
Fix SIMCOM length read/confirmed/requested
5 years ago
Sara Damiano
2e03cdeaba
Correct non-ssl connection
5 years ago
Sara Damiano
ff4fa1e042
Clarify units of timeouts
5 years ago
Sara Damiano
4ba8306880
Implement connect with timeout, XBee improvements
5 years ago
Sara Damiano
96c1fed3ef
Typo
5 years ago
Sara Damiano
70ca06dc9d
Moved begin above init, reset historic buffer sizes
5 years ago
Sara Damiano
9a3d408923
Moved modem functions to pre-processor macros
5 years ago
Sara Damiano
85d309621d
Condensed client functions into pre-processor macros
5 years ago
Sara Damiano
99a5b3938c
Removed recursive calls to maitain (shouldn't I have leared)
5 years ago
Sara Damiano
ea8d43df88
Added Sequans modem name
5 years ago
Sara Damiano
f2aca3b6b6
Removed parent class
5 years ago
Sara Damiano
7bbe045c78
Trying to work better with the "async" close on the UBLOX SARA R410
5 years ago
Sara Damiano
f7aa4a6c6a
Tacked in some maintains to hopefully reduce missed URC's
5 years ago
Sara Damiano
a63fd05fed
A few debug prints, look for "+RECEIVE" from SIMCOM's
5 years ago
Sara Damiano
d5520757e4
Make sure that modemRead is properly maintaining sock_available
5 years ago
Sara Damiano
e18c5dacbd
Fix https://github.com/vshymanskyy/TinyGSM/issues/266
5 years ago
Sara Damiano
19c377b68a
Version bump. Also print version in init for debugging
6 years ago
Sara Damiano
80f77495f1
Quick close on SIM800
6 years ago
Sara Damiano
831171c15c
SARA R410 also "forget" to notify about incoming data
6 years ago
Sara Damiano
0a6927932f
Propogate fixes to stop
6 years ago
Sara Damiano
8961005ea5
Gave sizes to some ints
6 years ago
Sara Damiano
9dee2ede57
formatting fix
6 years ago
Sara Damiano
943c9a1fdd
Removed extra check for connection in available.
6 years ago
Sara Damiano
312d486a43
Allowing read() to continue after socket close if data is still available
Only for modules that buffer the data internally
6 years ago
Sara Damiano
0e905afa6e
Added extra "ping" for data to read() of SIM800
6 years ago
Sara Damiano
8e057f32ae
Removed extra delay in testAT, not sure why it was there
6 years ago
Sara Damiano
be4baa2a7d
Buffer size to common
6 years ago
Sara Damiano
1aad1a9a1d
Clean-up of timeouts
For loggers that return data "immediately" (unbuffered, data sent w/o request) read will "maintain" and look for any incoming data as long as the socket is open. Use timedRead if you want a timeout.
For modems that buffer the response and wait for you to request data, read will stop if socket closes OR if there is no longer any data in the modem's response buffer.
6 years ago
Sara Damiano
69c1824539
Fixed modem name request on ublox
6 years ago