Welcome to the FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Receiving IQ Samples using FlexLib API v3

Options
Member
Hello,

I'm trying to write a simple program to receive IQ samples from a flex-6400 using version 3 of the FlexLib API.

Here is a code sample on github that works with an older version of the API that I'm attempting to translate to work with v3: https://github.com/mistic-lab/FlexlibMono/blob/caa5c3c94212b725bceeac705ad3dbc51718f8c1/src/FlexLib.Debugging/Program.cs

The basic flow of the code involves using Radio.FindIQStreamByDAXIQChannel to get an iq stream variable and then adding a handler to it to handle the data when it arrives. However I cannot find a similar way of doing this using the new v3 API.

Does anyone know if this approach still works or if I need to write a handler for a different object?

Any tips or ideas are appreciated!
Best,
Noah
Tagged:

Leave a Comment