I’ve made some updates to the driver which should now gracefully fall back to not use SSL at all if the modeminfo string is smaller than SIM800 R14.00.
thanks for explaining your intentions on your library approach. - Citing the loboris fork here by me is a bit unfair as it does not take care on backward compatibility to µpy mainline. I benefit from this fork while using it on an Odroid Go and don’t have to care about compatibility and hence ‘proprietary’ extensions … ;)
It looks like one can update the firmware in the SIM800L. After a bit of googling it looks like I have the latest firmware version. Unfortunately, I haven’t found it anywhere for download. Only hint was here:
It may also be that the firmware update tool can download the firmware itself. Isn’t clear to me.
This is our first attempt of adding support for PPPoS we have been discussing here and investigated further within PPP over Serial (PPPoS) support for MicroPython on ESP32. Please note this is still untested as I don’t have respective hardware on my workbench.
On Genuine MicroPython, this might work out-of-the-box. However, there definitively will be dragons.
This adds PPP networking from Genuine MicroPython in order to support PPP over Serial (PPPoS), which has not been included on Pycom devices up to this date.
Man findet die Dokumentation bei 2.4.AT +CIPSSL Set TCP to Use SSL Function auf Seite 9 der SIM800 Series_SSL_ApplicationNote_V1.02. Damit kann man dann wohl abfragen, ob SSL angeschaltet wurde (1) oder nicht (0).
Vergessen wirs einfach und lassen die Implementierung so wie sie ist. Nur bei Lust und Laune… Wenn dann bräuchten wir beide Ausgaben – von Dir von @clemens – um diese vergleichen zu können.
so, zum Vergleich mal eine ‘alte’ firmware rausgekramt; vielleicht könntest Du, @Clemens, auch noch mal schauen - Du müßtest beim letzten Befehl das gleiche bekommen:
ati
SIM800 R13.08
OK
at+cgmr
Revision:1308B08SIM800L16
OK
at+cipssl=?
ERROR
Danke! Wenn das bei @poesel “OK” ausgibt, wollen wir das dann als extra Roundtrip zur Capability Detection einbauen, statt – wie momentan implementiert – auf die ati Zeichenkette zu schauen?
ati
SIM800 R13.08
OK
at+cgmr
Revision:1308B07SIM800L16_20141031_1027
OK
at+cipssl=?
ERROR
Hatte beim letzten mal testen das AT-Kommando für die Revision in einen bestehenden sketch eingebaut, da ist wohl was bei der Ausgabe verschluckt worden, daher nun am Anfang nicht mehr abgeschnitten.
Aber das ist ja leider schon interpretiert (dadurch, daß Du das Ding per Python ansprichst) und leider nicht transparent wie in einem terminal-Programm: die Ausgabe eines etwaigen OK wird durch sowas unterdrückt - wir bräuchten hier mal die Ausgabe im raw-Modus… Hier z.B. (2x in der Mitte, nach CIPSSL suchen) findet sich ein Hinweis, daß auch bei diesem Befehl -wenn er funktioniert resp. implementiert ist- eine Leerzeile samt OK auf neuer Zeile rausgeschickt wird. - Ist aber jetzt auch nicht soo wichtig; wenn Du Zeit findest.