CC3301: simplelink-wifi-toolbox CLI command delay issue

Part Number: CC3301
Other Parts Discussed in Thread: SIMPLELINK-WIFI-TOOLBOX, , CC3351

Hi team,

My custome woule like to use simplelink-wifi-toolbox CLI command to control CC3301 in manufacturing line. But they find out each CLI command need to wait 5 sec, then the CC3301 response. They also duplicate same scenario on CC3351 EVM. However, with GUI, CC3301 response immediately. Below list the commands they will use. Please instruct how to shorten the response time. Thank you.

simplelink-wifi-toolbox.exe radio-tool -i XDS110 -param1 LS4208UU wlan plt –on

 

simplelink-wifi-toolbox.exe radio-tool -i XDS110 -param1 LS4208UU wlan tx start --channel "1" --band "b24Ghz" --calibrate  --tx_parameters_file D:\ATSuite_15.0.0_TI_CC3301_WIFI_BT_V1.0.0_WNN_UOC-GXR\Bin\tx_parameters_p_11n_mixed_mode.json

 

simplelink-wifi-toolbox.exe radio-tool -i XDS110 -param1 LS4208UU wlan tx stop

 

simplelink-wifi-toolbox.exe radio-tool -i XDS110 -param1 LS4208UU wlan plt –off

  • Hello Jerry,

    The latest Toolbox release also supports REST API commands to execute Radio tool commands. 

    This will be much faster than the CLI interface.

    Please see the Toolbox documentation in the "docs" folder, there is explanation on REST API commands, and example scripts.

    Regards,

    Jonathan