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.

SimpliciTI UART Bridge code

Other Parts Discussed in Thread: SIMPLICITI

Dear Experts,

I am using the SimpliciTI stack.I am using the UART Bridge sample code. and 

I have loaded LinkListen code on one side and LinkTo code on another side.

The terminal settings are Baud-9600,parity-None,Databits-8,stop bit-1.

In the terminal messages displayed are " Linking To" and "Link Liistening" and they are unable to link each other.

If linked successfully next message will display as "Link Established Ready...".

Please suggest how to make these application code to link each other and transfer data on both sides.

  • Sai Kumar Ponneri,

    If you look in the simple_config.dat file, you will see  an address listed there. You need to make sure that both devices dont have the same address. If you just adjust the build type from linklisten to linkto without modifying the config.dat file, they will both have the same address.You need to adjust the last byte in the address definition.

    Here is a reference located in simple_config.dat:

    -DTHIS_DEVICE_ADDRESS="{0x79, 0x56, 0x34, 0x12}"

    Change the 0x12 to 0x13.

    After changing this, you need to do a project clean, and then rebuild.

    -Jason

     

  • Thanks Jason Sir.

    Now the UART Bridge code is working fine.

    Do I have to follow the same scenario for Access point and End Device code for button press and LED toggle.

    I did the same but no response from the modules.