nasa / fprime

F´ - A flight software and embedded systems framework

Home Page:https://nasa.github.io/fprime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinuxUartDriver Does Not Work With Com Stub

LeStarch opened this issue · comments

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.