I'm trying to understand the Bluetooth packet generation example that comes with the NI Bluetooth package. ("C:\Program Files\National Instruments\LabVIEW 2018\examples\RF Toolkits\BT\Generation\niBT Generate LE-TP Packet Example.vi")
Specifically, there is a script that is used to generate the packets:
script GenerateLEPkt
repeat forever
generate LETP
end repeat
end script
I've gathered that the "LETP" is Low Energy Test Packet.
I'm trying to generate a specific number of packets. How would I go about doing that? (Obviously, I'd change or remove the "repeat forever", but I'm not clear about how many packets a single statement of "generate LETP" will generate.)
Thanks in advance,
Seth