Other Parts Discussed in Thread: CC3100,
Tool/software: TI C/C++ Compiler
Hi
I want to know how to setup WLAN Receiver Characteristics and WLAN Transmitter Characteristics
In program example ,ican't found these imformation。
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.
Hi Sarah
Tks for your reply
Below is my program,I try to change CHNNEL from 1 to 13 and RXDriver Channel is 6 ,but data is ok always ,and I can,t get CHANNEl value
So I think sl_SetSockOpt/ sl_GetSockOpt didn't work normaly, need I to do something else for change these values or read them
Hi,
This option is valid only for transceiver mode. It is not for STA or AP mode. For STA mode you can change only TX power by WLAN_GENERAL_PARAM_OPT_STA_TX_POWER.
In your case you have 5.6Mbit/s and this is reasonable value for CC3200 in real applications. Network performance can be also slightly improved by set SL_ALWAYS_ON_POLICY.
Jan