Rahix / profirust

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

embedded-hal based PHY #5

Open Rahix opened 6 months ago

Rahix commented 6 months ago

Would be nice to inclue a generic PHY built ontop of the embedded-hal traits. I think this should be possible with the e-h 1.0 traits at least.

Rahix commented 2 months ago

There will be problems as soon as more dynamic baudrate handling will become necessary (e.g. automatic baudrate detection). embedded-hal currently does not expose a generic interface for baudrate management, see https://github.com/rust-embedded/embedded-hal/issues/79.