nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.95k stars 1.28k forks source link

LinuxUartDriver Does Not Work With Com Stub #2702

Open LeStarch opened 2 months ago

LeStarch commented 2 months ago
F´ Version
Affected Component

Problem Description

Com stub expects connected drivers to have the following behavior:

  1. Reconnection on failure
  2. Send all bytes or emit retr

LinuxUartDriver has no reconnection logic and retries mascaraed as errors. It also only attempts to send once rather than looping through bytes.