Problems With Old EXTIO Drivers After Release 24.2?
The conf files have to be extended with one line:
<?xml version='1.0' encoding='utf-8'?>
<configuration>
<variables>
<add key="Windows_32BitVersionOnly" value="1"/>
<add value="1" key="active"/>
<add value="SDRplay-RSPdx" key="Name"/>
<add value="EXTIO" key="RcvType"/>
Add
<add value="WB" key="ReceiverGroups"/>
to the <variables> section.
Add
<add value="auto" key="UDPStreaming_Port"/>
to the <Receiver> section
For a narrowband receiver use "NB" instead if "WB"
Also consult a current receiver driver and compare what is new.
Last update on 2026-03-26 by Rolf Haenggi.