This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: MSP432P401M send sms

Tool/software: Code Composer Studio

Hello,

I am new and I want to know how can I send an SMS using UART.

I have one List with some values and I am using UART_write(uart, myList, strlen(myList)) to write the List into GSM.

How can I send this list with SMS, E-Mail, using AT commands? I have the GSM Quactel Bc66

  • up

    please any suggestion?

  • Hello George,

    please let me apologize for the belated response. There has been some internal hick-up on the handling of your post.

    On the other hand, I am afraid you're slightly wrong here in the MSP430 with your question, as I think the question you have is not related to MSP430 but to the GSM device you're trying to use for the communication. Unless you're struggling with the transmission of data via MSP430 UART. In this case I would recommend you looking into our code examples from Code Composer Studio, in the TI Resource Explorer of it. e.g. msp432p401x_euscia0_uart_01.c would be one basic example, you could start with.

    Best regards

    Peter

  • Hello and thank you for your reply.

    This example is for NoRtos I am using Ti rtos.

    And I just want to know how can I send the AT command's with UART. This example doesn't help.

    Thank you

  • Hi George,

    the UART communication as such does not care about the content, whether it is AT commands or something else you're transmitting.

    Of course if you'd prefer a TIRTOS based code example, then you should go into the TIRTOS driver examples, please see here the path to UART echo based on TIRTOS. I hope this helps.

    Best regards

    Peter

  • Which UART do you have the modem attached to? Most of the TI examples use the backchannel UART that talks back to the PC. You need to change them to use whatever UART you have attached to the Modem.