Page 1 of 1

RSP TCP Server and Client (Windows 10)

Posted: Sat Mar 02, 2019 2:40 am
by hfaero
I've downloaded the latest server and EXTIO dll and can get the server running using this command

Code: Select all

 rsp_tcp -E -f 8867000 
and get a command line response of :

Code: Select all

 libmirsdrrapi-rsp version 2.13 found 
 detected RSP model 'RSP 2' (hw ver 2)
 listening...
 
After copying ExtIO_SRP_TCP.dll to my Documents folder and running SDRuno.EXTIO.exe from my SDRPlay folder and selecting said dll I get:

Code: Select all

 
 client accepted!
 sending RSP extended capabilities structure
 failed to start the RSP device, return (3)
 failed to initialise RSP device
 bye!
 
Same happens with HDSDR (SDRPlay version)

Any ideas why I can't connect or why it's failing to connect?

Thanks.

Re: RSP TCP Server and Client (Windows 10)

Posted: Sat Mar 02, 2019 3:11 am
by hfaero
Managed to figure out the problem.

I had to set the IP address to my machine's network IP 192.168.1.xx instead of 127.0.0.1 and while that was OK to begin with, I still got a connection error until I removed the -f option and then a connection to the client could be made and maintained.

Nice little exercise.