Udp RS232 convertion

Hello.

  1. I built a hardware converter from ArduPilot RS232 to UDP in the win10 PC running the Mission Planner.
  2. Mission Planner does not sucseed to connect to UDP for some reason.
  3. When I run a pyton script that recive the UDP packets and convert them to TCP
    on the same PC that runs the Mission Planner - All fine! - Mission Planner Connects.

Since I did not change the data recived by the pyton in the PC,
The problem is probably not that data is lost or changed by my hardware converter.

I assume the problem is in some timeout in communication of UDP that is not hapenning in TCP in the OS or in the Mission Planner software…

Do you have any idea how to debug this problem?
Any suggestions / thoughths / log of the Mission Planner I could look in to see what is the problem?

Thank you.
David.

Could anyone pint me to the communication protocol documentation please?

Thank you.
David

check your windows firewall. thats the most likerly cause for it to not work

It could NOT be a problem with the firewall since the workarround of using a pyton script does recive the UDP massages.

Could anyone pint me to the communication protocol documentation please?

Thank you.
David