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.

LAUNCHXL-F280049C: LAUNCHXL-F280049C

Part Number: LAUNCHXL-F280049C

Hello .  Nelson here. Would like to know if we are able to use Launchxl-f280049c serial uart to sent/receive json format message ( using TI Json parser/builder API "software-dl.ti.com/.../modules.html " .

Would like to connect LAUNCHXL-F280049C serial uart to Arduino UNO serial uart and communicate JSON format message to test ?

Could the TI JSON API Parser/Builder use in LAUNCHXL-F280049C under ccs studio ? Do TI support/forum have Json parser serial port in C2000/LAUNCHXL-F280049C example ?

Regards.

  • Hi Nelson,

    Thank you for your question. The SCI module module (which can communicate UART protocol) on F28004x is capable of sending data bytes in the UART format so you can theoretically send ANYTHING that can be sent via UART. But we do not have any example wrapper code to send/receive JSON format (which would convert JSON to UART bytes). What you are asking will require you to develop code around the SCI module code, which is possible on the SCI module without issue.

    So you will need to create code around the SCI module code. We do not have any example code or anything related to this, so you will have to develop this.

    Regards,

    Vince