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.

CC1200DK: information needed on dal_send.pl TX API

Part Number: CC1200DK
Other Parts Discussed in Thread: CC1200

In the scripts provided by TI for TX API on CC1200, there is a field for packet time interval as follow:

my $packetInterval = 1; # Second

but this local variable is not being used anywhere in this code. On the other hand there is another line for packet time interval as follow:

# Default packet interval for packet length of 30 bytes.
$dev->setDefaultPktInterval(4);

Now the question is how can I change the time interval between packets? if I supposed to use the "$dev->setDefaultPktInterval(4);" is there any reference correlating the number to the actual time interval?

Thanks