Skip to content

PowerSDR ke9ns v2.8 for the Flex-1500, Flex-3000, Flex-5000

Notifications You must be signed in to change notification settings

ke9ns/PowerSDR_KE9NS_v2.8.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerSDR_KE9NS_v2.8.0

Based on the last version of FlexRadio PowerSDR v2.7.2

Ke9ns V2.8 is a highly modified version of that PowerSDR software

see ke9ns.com\flexpage.html#GPLREV for revision history since 2.7.2 Written in C# (PowerSDR), C (DttSP), C++(PowerMate)

Currently compiled under VS2022 (including C and C++ and C# modules) and .NET 4.8

IMPORTANT: To make sure this project will compile and run correctly, go to ke9sn.com/flexpage.html then download and install the full PowerSDR ke9ns v2.8.0 installer (Orange button) This will make sure all DLLs and EXEs are in the correct locations ahead of time.

Then in Visual Studio, Clone this github project (https://github.com/ke9ns/PowerSDR_KE9NS_v2.8.0) You may need to upgrade the Toolset for "DttSP" and "PowerMate" projects

Set the "DttSP" and "powerMaate" properties: Configuration manager Release, Any CPU, and to build only PowerSDR (platform x86) Set "PowerSDR" properties Build configuration = Release, Platform=x86 Set "PowerSDR" References->add reference->Project Solution->check the "PowerMate" but not the "DttSP". Click OK to close

Now open the installed PowerSDR folder: (C:\Program Files (x86)\FlexRadio Systems\PowerSDR v2.8.0) and COPY ALL the DLL's from here into the ..\bin\Relase\ folder for your project. There are a bunch of DLLs that there is no soure code for and are not present in the github project.

You should now be able to hit the VS2022 "Start" button and run PowerSDR

Darrin Kohn KE9NS