Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinuxUartDriver Does Not Work With Com Stub #2702

Open
LeStarch opened this issue Apr 26, 2024 · 0 comments
Open

LinuxUartDriver Does Not Work With Com Stub #2702

LeStarch opened this issue Apr 26, 2024 · 0 comments
Labels

Comments

@LeStarch
Copy link
Collaborator

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.

@LeStarch LeStarch added the bug label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant