Zac Berkowitz

Results 16 comments of Zac Berkowitz

If you're still curious, sure. No problem otherwise though, with the code you posted earlier I can test it myself at some point.

Well, when I update to tokio 1.0 what kind of examples would you like to see?

Sorry, I did not mean to close this issue. I'm currently at sea with very limited bandwidth (both time and internet). I'll check back in mid-may once back on shore.

@juanctorresm This is a library for the [rust](https://www.rust-lang.org) language, not C. If you are looking to use rust with serialports, a good place to start is [serialport-rs](https://github.com/Susurrus/serialport-rs) which offers an...

A cross-platform C library for serial ports might be tough to find. GTK might have something... I know it's written in C and can work on both Windows an Linux,...

I ended up just using the PAC crate directly without `stm32l0xx-hal`. Too many of my requirements were half- or unsupported that using the HAL as is just didn't make sense.