Hello I am trying to connect my dragonlink receiver to mission planner (windows 11) TCP works but UDP on port 14550 does not. The error I am getting is below. Thanks in advance for your help any suggestions?
This is the error
Only one usage of each socket address (protocol/network address/port) is normally permitted
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at MissionPlanner.Comms.UdpSerial.Open() in D:\a\MissionPlanner\MissionPlanner\ExtLibs\Comms\CommsUdpSerial.cs:line 130
at MissionPlanner.MAVLinkInterface.OpenBg(IProgressReporterDialogue PRsender, Boolean getparams) in D:\a\MissionPlanner\MissionPlanner\ExtLibs\ArduPilot\Mavlink\MAVLinkInterface.cs:line 888
at MissionPlanner.Controls.ProgressReporterDialogue.RunBackgroundOperation(Object o) in D:\a\MissionPlanner\MissionPlanner\ExtLibs\Controls\ProgressReporterDialogue.cs:line 111
now the catch here is, if the remote device was already sending packets it would already be working via the auto connect, so I’m not sure if this will actually fix your issue.
Michael can you direct me to the xml file. This computer is new it’s nothing really installed but mission planner. I don’t see anything using 14550
Could something be blocking it?