You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timeout for the pickup() method is only the default timeout (500ms). Sometimes, this timeout is not enough, the response comes shortly after the method times out and returns false.
The SIM800 AT command manual specifies a maximum response time of 20s for voice calls. I therefore suggest changing the timeout for this method to 20s. Optionally, a timeout parameter could be added with 20s as default in case someone needs a shorter timeout.
Similar issues could affect other AT commands used, i did not check it yet.
The text was updated successfully, but these errors were encountered:
The timeout for the pickup() method is only the default timeout (500ms). Sometimes, this timeout is not enough, the response comes shortly after the method times out and returns false.
The SIM800 AT command manual specifies a maximum response time of 20s for voice calls. I therefore suggest changing the timeout for this method to 20s. Optionally, a timeout parameter could be added with 20s as default in case someone needs a shorter timeout.
Similar issues could affect other AT commands used, i did not check it yet.
The text was updated successfully, but these errors were encountered: