vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 708 forks source link

[QUESTION] TinyGSM not using native HTTP AT Commands #703

Open Wolfleader101 opened 1 year ago

Wolfleader101 commented 1 year ago

What are you working with?

Modem: SIMCOM_SIM7600G-H Main processor board: ESP32 TinyGSM version: 0.11.5

Why does TinyGSM use CIPSEND and TCP comms instead of the native HTTP commands. Without them I am limited to payloads of 1500 bytes using CIPSEND.

Even using the HTTP client library it still just uses raw tcp connections.