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.

How to retrieve message received by PLC to communicate with CC3200

Part Number: TMDSPLCKIT-V3

I am using two PLC boards and sending message to one of the PLC from Host and receiving it by second PLC board

Now I want to use this message and control leds using CC3200

Can I get help on How to retrieve this message received by second PLC and sent it to CC3200 to control leds

  • Hi Thomala,

    The PLC code available is black box software - as a result the communication protocol is fixed and is via UART. 

    As a result, on the device side, you'd need to interface the PLC modem kit to your CC3200 by having the CC3200 speak using the same UART protocol as the GUI uses to talk to the modem. 

    The Host Message document and the Zero Configuration GUI documents provide some idea about the UART protocol used and the command set. You can also look at the Log inside the Zero Configuration GUI (along with an oscilloscope) to comprehend what is being sent.


    Thank you,
    Brett