Re: [USRP-users] [EXTERNAL] Re: Changing the transmitted samples per packet

2021-01-15 Thread Wade Fife via USRP-users
I believe the SPP argument can also affect the transmit SPP. If you call tx_streamer.send() with buffers larger than SPP, then it will split them into SPP-sized packets. tx_streamer.get_max_num_samps() should return the currently configured SPP. Wade On Fri, Jan 15, 2021 at 8:06 AM Ephraim Moges

Re: [USRP-users] [EXTERNAL] Re: Changing the transmitted samples per packet

2021-01-15 Thread Ephraim Moges via USRP-users
Good Morning Mr. Fife, Based on the documentation the SPP is commendable for the RX portion only. For the TX portion I have been creating an array, with a size less than tx_streamer.get_max_num_samps(). Is the method I use to control the tx packet size incorrect? Sincerely, Moges On Thu, Jan