Hanno Braun

Results 390 comments of Hanno Braun

Well, unless I'm missing something, that only leaves the worst case: A subtle bug in my UART code that for some reason manifests itself with your setup, but not with...

I'd like you to try something. I've pushed a new branch, [issue-1](https://github.com/hannobraun/embedded/tree/issue-1). The branch contains the following changes: - Added a parity bit - Improvements to the UART error handling...

> I attached a file showing my `sermon` output running the code in `issue-1` branch. Thank you! > Unfortunately I see plenty of errors (and they do not go away...

Hi, thanks for checking back in, and sorry for the late reply. I've been away for a few days. Interesting output. That regular error still seems to be there, but...

> Grasping at straws here about what might be afoot - are you running your board powered via USB or via a dedicated power supply? My board is powered via...

Oh man, no simple solutions here :) One more thing I can think of: If you haven't already, can you try to compile and upload the program on the Raspberry...

@ArtHome12: I've rebased the branch on latest `master`. `cargo test` passes, but I didn't do any testing beyond that. I no longer have any applications that use euclid.

For the record, here's what I wrote in the other thread: > Idea: Create one crate per supported sensor, make their names extremely specific. Have all those crates consist of...

@jcsoo > I think the effort is better spent in building rust-native tools and/or building support directly into Bobbin-CLI. For instance, Teensy is a simple USB HID protocol, dfu-util is...

Can this be closed? Unless I misunderstand, https://github.com/gfx-rs/wgpu/pull/5325 (released in [0.19.3](https://github.com/gfx-rs/wgpu/releases/tag/v0.19.3)) should address this problem.