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.?