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.

K1FR ✭✭

  • SSDR Display Hanging

    Have a feeling this is a problem with my computer and not SSDR or my 6700. But, just wondering if any others have seen the following: at what appears to be random intervals my SSDR screen hangs for p…
  • Re: PA Temp readings

    Here is what I use - all I had to do was comment out the *64.0f multiplier: private void radio_PATempDataReady(float data) { Console.WriteLine(",,,,,,,,,,,PA Temp data event handler fired")…
  • Re: PA Temp readings

    Hi James: The value returned to your method will now be in degrees C. No need for multiplier. I have not done much to my flex app but will definitely look at that wiki. 73, Tom K1FR
  • Re: Someone Willing To Share Sample Code?

    James: Thank you! Got the .zip and have successfully compiled and run your code. You have me back on the learning curve. Looking forward to the process. 73, Tom K1FR
  • Working With Multiple Slices

    Using FlexLib in the SmartSDR API I am experimenting with a small program as a learning exercise. Was doing well until I started trying to control multiple slices. If I start my app with one slice al…