Part Number: CC2652R
Hi
Do we have any additional documentation on HCI tester scripting abilities? Is there any support for functions, string commands etc?
Rgds
TIDR
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.
Hey TIDR,
Unfortunately, documentation around HCI Tester is slim. It's an internal test tool that occasionally have been distributed externally, provided as is. That being said, I believe there are capabilities to run functions in context of calling other files, i.e.
CallFile "c:\ti\ScriptPath-test.txt" CallFile ScriptPath + "BLE Scripts - Host\util\Host_Common.txt" CallFile ScriptPath + "BLE Scripts - Host\\gap\\gap_test.txt", ADDRTYPE_PUBLIC
The above is something I pulled out from our internal test scripts, but I have no API description.