Fabrice Fontaine
eb9c1f7786
src/TinyGsmClientSequansMonarch.h: fix connection handling
There is an issue in the handling of +SQNSS answer: the
sock->sock_connected state will always be set to the state of the last
socket. This will prevent any communication.
Fix this issue by checking that muxNo is equal to mux before updating.
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
4 years ago
Adrian Cervera Andes
a51cfda25d
Added pin parameter on restart() (necessary for init() with pin)
4 years ago
Sara Damiano
4cfabb14eb
Version bump
4 years ago
Sara Damiano
e1c9c2517b
Deactivate contexts on Monarch
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
234a20e894
Catching CMS error on debug
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Adrian Cervera Andes
5fbd80b3b2
Fixed bad reference and added not implemented
4 years ago
Sara Damiano
e47e3e3879
Fix some extra whitespace that crept in
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
5a6936b37a
Made internal stream public again, fixing #373
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
dbd677e6e7
Fix several potential null pointers
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
4 years ago
Sara Damiano
564846c872
Added debug print with compiled client file name
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
18ae639241
Add new functions 19Feb20's XBee firmware
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
fc973f691e
Fix Sequans name and factory reset
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
75d228c545
Tag temp fxns protected as they should be
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
7b40ee2f33
Check possible mux numbers
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
6e7ea5aced
Handle URC's related to automatic time updates
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
5296cd58cb
Stop does not need to be virtual at this time
5 years ago
Sara Damiano
a483b288b6
Only use CME_Error if debug
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
2616a3d642
Change from switch case to required define
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
bb91fffb31
Rename so *I* don't screw them up
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
3102de00c3
Size a few more things
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
cbcf7734bb
Removed some non-ascii characters
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
be81985c83
Many sub templates to inherit from!
5 years ago
Sara Damiano
41531c339b
Reorder some functions
5 years ago
Sara Damiano
06c31aa856
Replace *most* toInt and toFloat's
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
24a57d7fd3
Fixes around cmee
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
944f651865
Changed some format penalties
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
d3d1083d8f
CRTP!!!! Totally untested
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
d85e83f049
Fixes to BG96
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
033092f8fe
Set CFUN in Sequans init - else fails
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Sara Damiano
6a60e3be76
Some tweaks to Sequans
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
5 years ago
Alexander Chernoskutov
587be978b6
remove vitrual dtors
5 years ago
Sara Damiano
6c0ec95a7e
Oops, fixed some signed/unsigned comparisons
5 years ago
Sara Damiano
05bee3294a
some extra casting around size_t
5 years ago
Sara Damiano
dac86a22cd
Fix all Wextra warnings
5 years ago
Sara Damiano
af4dcc2bb5
Add wildly preliminary SIM5360
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
Sara Damiano
3d78292261
modemRead MUST end with sock_available correct
5 years ago
Sara Damiano
52e19b73ff
don't set sock_available just to count it back to 0
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
880c4614e4
Added battery and temperature functions
5 years ago
Sara Damiano
7de65e40d2
Sequans modifications after testing
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
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
70ca06dc9d
Moved begin above init, reset historic buffer sizes
5 years ago