-
Hello, Does anyone know if it's possible to reset a UART connection once it's been lost? When I do a hard reset on my GPS sensor it disconnects from the UART and to reconnect it I have to restart the GDS server. I am wondering if there is a way to implement a function or a command to establish connection again without closing the GDS server. |
Beta Was this translation helpful? Give feedback.
Answered by
LeStarch
Feb 7, 2023
Replies: 1 comment 6 replies
-
This is likely happening in the flight software itself and the display is only done on the GDS. You can look into the UART component for your system to see if it retries connection on error. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
arturodrt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is likely happening in the flight software itself and the display is only done on the GDS. You can look into the UART component for your system to see if it retries connection on error.