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.

Setting the CC3100 baud rate to 57600

Other Parts Discussed in Thread: CC3100

Our Renesas processor is running a serial port at 57600 baud (max) and it communicates to the CC3100 running, by default, at 115200.   We want to set the CC3100 baud rate to 57600 by performing a bitbang during initialization.  I am having trouble finding the exact byte-by-byte command sequence to get the CC3100 to change it's baud rate to 57600.  The example sl_UartSetMode() function is not exactly what we need since this function assumes I can open my serial port at the higher 115200 baud - I cannot.  I want to build a simple, hardcoded command buffer and send it to the CC3100 during power-up initialization and then proceed with the rest of the simplelink driver sequencing.  My best guess for this command is (in hex): 84 6b 00 00 e1 00 01 00 00.  This command does give me data from the CC3100, but the data appear corrupted.  Without this command I receive no data from the CC3100.  

Any suggestions or help would be appreciated!

-Vid