Skip to content

Fix SIM7600 error on send data of > 1400 bytes#746

Open
lfdominguez wants to merge 1 commit into
vshymanskyy:masterfrom
lfdominguez:fix_sim7600_send
Open

Fix SIM7600 error on send data of > 1400 bytes#746
lfdominguez wants to merge 1 commit into
vshymanskyy:masterfrom
lfdominguez:fix_sim7600_send

Conversation

@lfdominguez
Copy link
Copy Markdown

When you try to send data > Ethernet Frame default MTU (1500) the SIM7600 responds with CIPERROR 3. This method is used too by the HTTPClient interface, so you can't send POST or other HTTP queries that exceed that size.
This PR fix that trying to split the full data array into chunks.

Signed-off-by: Luis Felipe Domínguez Vega <ldominguezvega@gmail.com>
@lfdominguez
Copy link
Copy Markdown
Author

You can see on the SIM7600 AT commands manual:
image
That the limit is 1500.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant