how to use transreciever as only reciever
Quote from devang2310 on 06/11/2024, 21:43is this possible using (how to use transceiver as only receiver) i tried commenting on lines but no use can I get some advice on the matter using this code https://github.com/Aaronia-Open-source/RTSA-API-Samples/blob/main/IQTransceiver/IQTransceiver.cpp with minor changes of the saving IQ data in CSV file can i get some advice
is this possible using (how to use transceiver as only receiver) i tried commenting on lines but no use can I get some advice on the matter using this code https://github.com/Aaronia-Open-source/RTSA-API-Samples/blob/main/IQTransceiver/IQTransceiver.cpp with minor changes of the saving IQ data in CSV file can i get some advice
Quote from mm_dev on 07/11/2024, 09:19Sure, just remove the call to SendPacket() in streamIQ(). Or take a look at some of the other examples in the SDK.
Sure, just remove the call to SendPacket() in streamIQ(). Or take a look at some of the other examples in the SDK.