You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2023. It is now read-only.
I have a MicroPhase ANTSDR E310 with latest firmware (e310_v1.2-dirty) .
When I tried to use ANTSDR E310 with MATLAB 2022a, I get the following error
Pinging host IP address
Pinging radio IP address
Checking compatibility of software with hardware
Error using comm.zynqradioshared.dev.Base/testConnection
Error attempting to connect to address '192.168.1.10'.
Error connecting to SSH server at 192.168.1.10
This could be due to:
See the documentation to configure the host and SDR device for proper communication.
Error in comm.zynqradio.dev.Base/testConnection (line 64)
status = testConnection@comm.zynqradioshared.dev.Base(obj,varargin{:});
How can I overcome this connection problem?
Thanks