Rahix / profirust

A PROFIBUS-DP compatible communication stack written in Rust
Apache License 2.0
23 stars 2 forks source link

FDL master must check if token was received #8

Closed Rahix closed 2 weeks ago

Rahix commented 7 months ago

After the token was forwarded to the next active station, the FDL master must check whether this station has actually received the token and started making use of it.

Rahix commented 7 months ago

Initial check was added in commit bd48eaf476a1 ("fdl: master: Check if token was received after forwarding it") but behavior when the token was not received is not yet correct.

Rahix commented 4 months ago

And a testcase for this in commit aed674e9d02e ("fdl: tests: Add (disabled) testcase for token resend").