Welcome to the new 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.

commands or code to get iq data from a 6700 not using FlexLib or Smartsdr

Member
edited December 2015 in SmartSDR API
what are commands need to get iq data or rf data from a 6700R?  not at the same time.  Also Are there any commands to reset the device, it seems to hang if I accidently request a daxiq that is already in use, and I then need to walk over to other building to push the power on/off button.

I am not using the flex lib or smartsdr.  Here is what I am currently using.  Is this correct?


for iq data

C1|info
C2|client udpport 4991
C3|sub dax all
C4|sub pan all
C5|display pan create freq=0.700000 ant=ANT1 x=50 y=50
C6|stream create daxiq=1
C7|display pan set xxxx fps=1     xxxx is  id return from the display pan create command.
C8|dax iq set 1 pan xxxx daxiq=1 rate=48000


for audio rf data
C1|info
C2|client udpport 4991
C3|sub pan all
C4|sub slice all
C5|slice create freq=0.700000 ant=ANT1 mode=AM"
C6|stream create dax=1
C7|slice set 1 dax=1

Leave a Comment