Sara Damiano
8961005ea5
Gave sizes to some ints
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
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
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
57cd8f0c5c
Added all modems to examples, added debug with name, bump version
6 years ago
Sara Damiano
0004bebf16
Moved stream write and stream skip into common
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
34104d18fe
Removed default stream
6 years ago
Sara Damiano
78cd41f8e2
Rename
6 years ago
Sara Damiano
63ed6fafb7
Some class cleaning
6 years ago
Sara Damiano
56dca5185b
Added virtual master class
6 years ago
Sara Damiano
9659018409
Timeout cleanup
6 years ago
Sara Damiano
df6ab6675b
Added unsupported wifi fxns
6 years ago
marabesi
dec65df238
started to implement M95 support
6 years ago
Volodymyr Shymanskyy
4c994651b3
Override Client.write(const char*)
6 years ago
SRGDamia1
8ddb4c39fc
Mostly whitespace changes
6 years ago
SRGDamia1
2a08a828b1
Better support for Cellular XBEE3 modules
Also some minor documentation and naming changes for consistency.
6 years ago
SRGDamia1
cdcdd15a80
Minor realignment with vshymanskyy
6 years ago
SRGDamia1
a3914083bc
Clean up
6 years ago
Volodymyr Shymanskyy
8255673424
Cleanup
7 years ago
Volodymyr Shymanskyy
4f9182919f
Make modem.stream public. Make user and pass optional in gprsConnect()
7 years ago
SRGDamia1
542d46d051
Debug on by default if define output
7 years ago
SRGDamia1
55ac0cd9ae
Keeping changes I like from other branches
7 years ago
SRGDamia1
bec8f16d13
Rename classes for A6, ESP, M590 and XBee
7 years ago
SRGDamia1
18fddda241
Removed all phone and bluetooth fxns
And keeping only most basic SMS
7 years ago
SRGDamia1
e18b1659e3
Added some outs for if XBee fails to get to commandMode
7 years ago
Dawid Cieszynski
2238b6a05b
add timeout to streamSkipUntil
7 years ago
SRGDamia1
7399ef69a2
Increased maintain time again
7 years ago
SRGDamia1
29dd7fd472
Added timeout to read
7 years ago
SRGDamia1
f899aeb126
re-shortened maintain
problem was new lines, not time.
7 years ago
SRGDamia1
edcbc5459d
Increased maintain to not miss closed at slow bauds
7 years ago
SRGDamia1
c7d79f40dd
Fixed read() to not wait on closed socket
7 years ago
SRGDamia1
9a2ed09caf
Increased ESP buffer size
Is there a way to force it to return in smaller chunks?
7 years ago
SRGDamia1
89203c8e25
Moved all src files into the src directory
Also fixed the "isNetworkConnected" for ESP8266
7 years ago
SRGDamia1
f7bf8b1df2
Added isNetworkConnected for ESP8266
Also shorted time between checks in "isNetworkConnected" for all modems
7 years ago
Volodymyr Shymanskyy
912826e773
remove callRedial from API
7 years ago
Volodymyr Shymanskyy
8931ec46a9
Fix build
7 years ago
Volodymyr Shymanskyy
679d957ab9
Wait for isGprsConnected()
7 years ago
Volodymyr Shymanskyy
155b5f2b01
Add testAT, setBaud, sleepEnable, isGprsConnected, isNetworkConnected
7 years ago
Volodymyr Shymanskyy
8b54123d39
Add TinyGsmIpFromString(str)
7 years ago
Volodymyr Shymanskyy
685061b9ae
Cleanup after XBee merge
7 years ago
SRGDamia1
932ff889e8
IP fxns for ESP8266
- fixed int/uint warning
- added functions to get local IP address with esp8266
- fixed local ip fxn for xbee
- removed extra test builds
- set travis to build all modems in tests
7 years ago
SRGDamia1
ff574d69ef
Work-around for boards missing the ip.fromString() method
7 years ago
SRGDamia1
3589a8e22b
Removed most of the extra debugging I'd added
7 years ago