pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
196 stars 167 forks source link

Adding support for AT commands that are longer than 124 bytes #544

Open ftylitak opened 3 years ago

ftylitak commented 3 years ago

Based on the conversation of #429 , the pull request was merged.

Though after testing, a specific code part is missing thus making the feature unusable.

In case you are interested in having this feature, this commit adds the missing part for the support of long AT command requests.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

razvandragomirescu commented 2 years ago

We are experiencing this issue with the latest released firmware, could this please be merged? What is missing? We are sending long APDUs to the SIM via AT+CSIM and it appears that commands of less than 128 bytes work fine, commands over 128 bytes are silently ignored and the response of the previous AT command is returned as the response (very strange) and commands that are exactly 128 bytes appear to freeze the modem (it never replies).