Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to receive SMS with t-call

    Technical Discussion
    2
    2
    271
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tcccorp.. last edited by

      hello,

      I try to use this board to receive SMS. I use code found there https://gist.github.com/IdrisCytron/35cf16f29d1b763fb98471668eeae07d but it doesn't word.

      Is someone have a code to receive and send SMS with a t-call 1.4 ?

      Thanks

      S 1 Reply Last reply Reply Quote 0
      • S
        Sukaibin @tcccorp.. last edited by

        @tcccorp 1. To set the local SMS center: AT+CSCA=""+ Press Enter, return OK. For details, consult your carrier.
        2. AT+CMGF=1: Set the SMS mode to TEXT.
        3.AT+CMGS="phone number"< enter >, set the receiver phone number, then return: ">",
        Send desired content, such as "Send Massage Test!" You don't need a carriage return at the end,
        After editing the SMS message, send the message in hexadecimal format 1A (1A is the key value of CTRL+Z, which tells the module to send the message.
        You can also send 1B, that is, "ESC" to cancel the operation.) After the sending is successful, the module returns +CMGS: 15 to confirm the successful sending.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | Contributors