Sara Damiano
f5c141c2cc
Better support for ublox LTE modules
6 years ago
Sara Damiano
323ad722bf
Corrected sleep option note
6 years ago
neil hancock
82b7457ace
support WiFi S6B no passwd
6 years ago
Sara Damiano
8c424c17ff
Added code to use TinyGSM Fifo instead of buffer, but unstable
6 years ago
Sara Damiano
9c84be7407
Correctly turning off airplane mode after restart
Also removed some extra stream-clear functions
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
54fdf32d7f
Renamed doc folder
6 years ago
Sara Damiano
e68ea1db12
Read timeout for modules that immediately spit out data (no buffer)
They do need a millis() based timeout so that data left in the buffer after the socket closes can still be read in but the maintain doesn't sit and wait forever.
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
5c0736284b
Fixed ublox name, again.
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
Sara Damiano
e652dd8676
Turn pragma on while testing Travis
6 years ago
Sara Damiano
dfa731388a
Added power off to common
And implemented for ublox
6 years ago
Sara Damiano
746b68d9f5
ublox is getting name from modem
also removed some extra docs
6 years ago
Sara Damiano
03d57a1d71
Fixed bugs in XBee
Thanks to @Mikelanner
Should fix https://github.com/vshymanskyy/TinyGSM/issues/204
6 years ago
Sara Damiano
d0fdf1d11f
Oops! Fixed over-shortened XBee buffer!
6 years ago
Sara Damiano
57cd8f0c5c
Added all modems to examples, added debug with name, bump version
6 years ago
Sara Damiano
2423b9fdf2
Added extra responses for AI for XBee
6 years ago
Sara Damiano
68b5b261c3
Added HS responses for XBee3's
6 years ago
Sara Damiano
4ab5a8c182
Turned off some XBee debugging
6 years ago
Sara Damiano
0004bebf16
Moved stream write and stream skip into common
6 years ago
Sara Damiano
06b54e8463
Oops, removed implemented BG96 fxn
6 years ago
Sara Damiano
81d1a0b740
Corrected name of ublox
6 years ago
Sara Damiano
30072cf173
Checking for connected socket
6 years ago
Sara Damiano
9ff666a855
Updated BG96 to match other Quectels where applicable
6 years ago
Sara Damiano
9f25adc2db
Reordered some functions in the XBee
6 years ago
Sara Damiano
ed9b87d896
Added very minor code comments
6 years ago
Sara Damiano
48a61cc5c2
Fix and smooth functionality across Quectel modules
6 years ago
Sara Damiano
84811fb9d5
Removed default stream
6 years ago
Sara Damiano
c5c3cd2af5
Back to virtual super class
6 years ago
Sara Damiano
2876deb028
Fix setup vs enable sleep in XBee
6 years ago
Sara Damiano
115b6c1a4a
Extra comment blocks removed from SIM800
6 years ago
Sara Damiano
34104d18fe
Removed default stream
6 years ago
Sara Damiano
844d59aeab
Made class not-purely-virtual
Made all default functions return 0/false and print an error message.
6 years ago
Sara Damiano
78cd41f8e2
Rename
6 years ago
Sara Damiano
5d3cc777b4
Fix compiler errors
6 years ago
Sara Damiano
63ed6fafb7
Some class cleaning
6 years ago
Sara Damiano
56dca5185b
Added virtual master class
6 years ago
Sara Damiano
9997d61bed
Cleaned out big comment dividers
6 years ago
Sara Damiano
cf6ff9fd2b
White space change
6 years ago
Sara Damiano
e9b1e16a3e
Pull some updates from upstream
(cherry picked from commit da6732b5a9
)
6 years ago
SRGDamia1
6e2a793bca
Added timeout to read
(cherry picked from commit 29dd7fd472
)
7 years ago
Sara Damiano
f8c3a2de61
Added wifi fxns as shells where unsupported
Allows more flexibility downstream
6 years ago
Sara Damiano
99ddbeae62
Timeout cleanup
6 years ago
Sara Damiano
9659018409
Timeout cleanup
6 years ago