Christian Meusel

Results 49 comments of Christian Meusel

@NitinSaxenait, I meant publishing the whole project code to a repository and linking it from this issue. The project setup might make the little difference as well ... ;-) I...

Hi @Petrus97, several changes and fixes have landed in this repository recently (for example https://github.com/rust-embedded/discovery/pull/341). They include switching to the actively maintained `stm32f3xx-hal`. As of https://github.com/rust-embedded/discovery/commit/cc254bbbb381931e22e5f491ad48e558cc5f940d I can build all...

A fixed HAL got released with [0.8.0](https://github.com/stm32-rs/stm32f3xx-hal/releases/tag/v0.8.0) meanwhile. So https://github.com/rubberduck203/stm32f3-discovery/pull/44 is on the way for updating the BSP.

Thank you for this PR! What about some rewording on the proposed interface: As the I/O operations will always be blocking (in the sense of non-blocking I/O) wouldn't be `set_timeout(None)`...

Thank you for this PR! I would really like to see it merged. As embedded-hal 1.0 is in the making for quite a while and I've got the feeling that...

Hello @deid84, I'm glad to hear that you are successfully using serialport-rs. > Do you think could be useful to add armv7-unknown-linux-gnueabihf to the supported architectures? We could add this...

Fixed faulty condition working by accident when committing late. Thank you for spotting this @srehlig!

> A common pitfall you might want to check is to build on JDK 17 and make sure the jar that comes out is still JDK 11 compatible. Just in...

You are absolutely right. I would expect to get the same information on systems where the port enumeration returns anything at all. Than you very much for pointing this out...

I have to admit that I don't know how this port is handled. Under which path should it be accessible? Do you have a reference to some documentation on that...