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

[BUG] Unused Serial may corrupt detection. #496

Open
nicolas-rabault opened this issue Jan 14, 2025 · 0 comments
Open

[BUG] Unused Serial may corrupt detection. #496

nicolas-rabault opened this issue Jan 14, 2025 · 0 comments
Assignees

Comments

@nicolas-rabault
Copy link
Member

Details

While performing a detection and one of the node have a Serial phy unused the next node seems to be corrupted.

We observe that this is the connection table of the following node that is corrupted.
My supposition is that the unused Serial port still generate half of a connection table that shift the connection information send to the master.

Which version the bug has been detected on

Luos engine 3.1.X

How to avoid it

  1. Do not use useless Serial
  2. If you have to you can put the node with the unused Serial in the end of your daisy chain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants