botletics / SIM7000-LTE-Shield

Botletics SIM7000 LTE CAT-M1/NB-IoT Shield for Arduino
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
478 stars 216 forks source link

SIM7600E postdata Commands #154

Closed Weminem closed 4 years ago

Weminem commented 4 years ago

Hi, I discovered that my SIM7600E answers the referenced CHTTPSOPSE-Command and all the following like CHTTPSSEND without a space after = I had to delete the space, otherwise the whole function returns with false and doesn't complete the request. Does the SIM7000E really answers different with the space?

https://github.com/botletics/SIM7000-LTE-Shield/blob/3a9483374b7ed784023e977e59cd14ef3f54bd2b/Code/Adafruit_FONA.cpp#L1836

botletics commented 4 years ago

Sorry, these two modules have different AT commands.

Weminem commented 4 years ago

Hi, that may be. But in the if-instruction before it checks for the SIM7600E, so this cannot work for this module.