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.

SmartRF Packet Sniffer loading from 3rd party aplication with started capturing

Hi,

I use cc1111 RF dongle for test rig. I write an UserInterfase for the operator and whant to start SmartRF™ Packet Sniffer with capturing and broadcasting in enabled state . Is there any easy way or some CMD command line arguments? I program in C++ using LabWindows  CVI.

 I manage to invoke the SmartRF™ Packet Sniffer but capturing (F5) button for now is pressed manually by operator. Want to eliminate this.

I tried to write a automation script in BASIC
Run("C:\Program Files\Texas Instruments\SmartRF Tools\Packet Sniffer\bin\Packet Sniffer.exe")

but got a error

Maybe there is another better way.?