Skip to content

group__simcom__sim5360

Sara Damiano edited this page Sep 11, 2026 · 2 revisions

title: SIMCom SIM53xx and SIM71xx

SIMCom SIM53xx and SIM71xx (group)

Module: Supported Modules / SIMCom / SIMCom SIM53xx and SIM71xx

Manufacturer: SIMCom. Models: SIM5320, SIM5360, SIM5300, SIM7100.

Connection Information

  • TCP sockets:
    • 10
    • SSL is not supported
  • Socket Buffering:
    • The modem has an internal buffer for incoming data.
  • Socket Numbering:
    • The modem respects user-specified multiplexing channel numbers/identifiers for socket connections.

Supported Public Functions

Classes

Name
struct TinyGsmSim5360ModemConfig
Basic modem configurations for the SIMCom SIM5360 modem family.
struct TinyGsmSim5360TcpConfig
TCP behavior and limits for the SIMCom SIM5360 modem family.
class TinyGsmSim5360
Class for the SIMCOM SIM5360, SIM5300, SIM5320, and SIM7100.
class TinyGsmSim5360::GsmClientSim5360
Inner client.

Types

Name
enum class Sim5360RegStatus { REG_NO_RESULT = -1, REG_UNREGISTERED = 0, REG_SEARCHING = 2, REG_DENIED = 3, REG_OK_HOME = 1, REG_OK_ROAMING = 5, REG_UNKNOWN = 4 }
Registration status.

Sim5360RegStatus

Enumerator Value Description
REG_NO_RESULT -1 No registration result.
REG_UNREGISTERED 0 Not registered on the network.
REG_SEARCHING 2 Searching for network.
REG_DENIED 3 Registration denied.
REG_OK_HOME 1 Registered on the home network.
REG_OK_ROAMING 5 Registered on a roaming network.
REG_UNKNOWN 4 Unknown registration status.

Generated by Doxygen and m.css with templates from doxybook2 Updated on 2026-09-11

Clone this wiki locally