Re: UHD function to determine USB version?

2021-08-30 Thread Gilad Beeri (ApolloShield)
Not through UHD, but on Linux you can run "lsusb -d2500: -v | grep bcdUSB" Regards, Gilad Beeri CTO, ApolloShield Anti-Drone Systems www.apolloshield.com gi...@apolloshield.com ᐧ On Fri, Aug 27, 2021 at 9:51 PM Mike wrote: > Hello, > > I apologize if I missed it in the documentation, but is t

Re: Regarding an error in the gr-packetizer

2021-08-30 Thread Vasil Velichkov
Hi Yash Agrawal, Welcome to GNU Radio! On 28/08/2021 21.25, Yash Agrawal 18410 via GNU Radio, the Free & Open-Source Toolkit for Software Radio wrote: > I am currently working on the project "'Implementation of a packet > encoder/decoder pair in the GNU radio framework'".I am getting some an > e

GRCon21 Regular Registration Ends Tomorrow

2021-08-30 Thread Josh Morman
GRCon21 in Charlotte, NC is just 3 weeks away! Late Registration for GRCon21 starts September 1, so please make sure to register by tomorrow: https://tickets.gnuradio.org/grcon21/ The schedule is quite full but we are still accepting any last minute submissions, especially for workshops, so pleas

Re: UHD function to determine USB version?

2021-08-30 Thread Marcus Müller
There's a property tree property that you can query, I keep forgetting which it is; I think it can be derived from .../mboard0/max_link_rate. However, note, that the PT is certainly not a UHD API. Best regards, Marcus M On 27.08.21 23:46, Marcus D. Leech wrote: > On 2021-08-27 5:39 p.m., Jeff Lo