-
Notifications
You must be signed in to change notification settings - Fork 793
group__simcom__sim5360
Sara Damiano edited this page Sep 11, 2026
·
2 revisions
Module: Supported Modules / SIMCom / SIMCom SIM53xx and SIM71xx
Manufacturer: SIMCom. Models: SIM5320, SIM5360, SIM5300, SIM7100.
- 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.
-
TinyGsmSim5360
- GSM Modem Constructor
- Basic functions (TinyGsmModem.tpp)
- begin(const char* pin = nullptr)
- init(const char* pin = nullptr)
- sendAT(Args... cmd)
- setBaud(uint32_t baud)
- forceModemBaud(StreamObject& at_serial, uint32_t targetBaud)
- testAT(uint32_t timeout_ms = 10000L)
- waitResponse(uint32_t timeout_ms, String& data, GsmConstStr r1 = GFP(ModemConfig::GSM_OK), GsmConstStr r2 = GFP(ModemConfig::GSM_ERROR), GsmConstStr r3 = nullptr, GsmConstStr r4 = nullptr, GsmConstStr r5 = nullptr, GsmConstStr r6 = nullptr, GsmConstStr r7 = nullptr, GsmConstStr r8 = nullptr)
- waitResponse(uint32_t timeout_ms, GsmConstStr r1 = GFP(ModemConfig::GSM_OK), GsmConstStr r2 = GFP(ModemConfig::GSM_ERROR), GsmConstStr r3 = nullptr, GsmConstStr r4 = nullptr, GsmConstStr r5 = nullptr, GsmConstStr r6 = nullptr, GsmConstStr r7 = nullptr, GsmConstStr r8 = nullptr)
- waitResponse(GsmConstStr r1 = GFP(ModemConfig::GSM_OK), GsmConstStr r2 = GFP(ModemConfig::GSM_ERROR), GsmConstStr r3 = nullptr, GsmConstStr r4 = nullptr, GsmConstStr r5 = nullptr, GsmConstStr r6 = nullptr, GsmConstStr r7 = nullptr, GsmConstStr r8 = nullptr)
- getConfiguredModem()
- getModemInfo()
- getModemName()
- getModemManufacturer()
- getModemModel()
- getModemRevision()
- getModemSerialNumber()
- factoryDefault()
- Power functions (TinyGsmModem.tpp)
- Generic network functions (TinyGsmModem.tpp)
- Network mode / type / technology functions
- SIM card functions (TinyGsmGPRS.tpp)
- GPRS functions (TinyGsmGPRS.tpp)
- Socket listening functions (TinyGsmTCP.tpp)
- Text messaging (SMS) functions (TinyGsmSMS.tpp)
- GSM location functions (TinyGsmGSMLocation.tpp)
- GPS (GNSS, GLONASS) functions (TinyGsmGPS.tpp)
- enableGPS()
- disableGPS()
- getGPSraw()
- getGPS(float* lat, float* lon, float* speed = 0, float* alt = 0, int* vsat = 0, int* usat = 0, float* accuracy = 0, int* year = 0, int* month = 0, int* day = 0, int* hour = 0, int* minute = 0, int* second = 0)
- getGPSTime(int* year, int* month, int* day, int* hour, int* minute, int* second)
- NTP server functions (TinyGsmNTP.tpp)
- NTPServerSync(const char* server =pool.ntp.org", int TimeZone = 0)"
- NTPServerSync(const String& server, int TimeZone = 0)
- waitForTimeSync(uint16_t timeout_s = 120)
- Time functions (TinyGsmTime.tpp)
- Battery functions (TinyGsmBattery.tpp)
- Temperature functions (TinyGsmTemperature.tpp)
- Utilities (TinyGsmModem.tpp)
-
GsmClientSim5360
- Arduino Client interface (TinyGsmTCP.tpp)
- connect(const char* host, uint16_t port, int timeout_s)
- connect(IPAddress ip, uint16_t port, int timeout_s)
- connect(const char* host, uint16_t port)
- connect(IPAddress ip, uint16_t port)
- stop(uint32_t maxWaitMs)
- stop()
- write(const uint8_t* buf, size_t size)
- write(uint8_t c)
- available()
- read(uint8_t* buf, size_t size)
- read()
- peek()
- flush()
- connected()
- Extended Client API (TinyGsmTCP.tpp)
- Arduino Client interface (TinyGsmTCP.tpp)
| 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. |
| 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. |
Generated by Doxygen and m.css with templates from doxybook2 Updated on 2026-09-11
If you like TinyGSM library - give it a star, or fork it and contribute!