pyr0ball / pyr0piezo

An AVR/ARM based piezoelectric sensor for use in ultra-precise applications
https://docs.pyroballpcbs.com/
Other
71 stars 23 forks source link

[BUG] Serial input appears to be ignored if VERBOSE is not defined #49

Closed foodbandlt closed 4 years ago

foodbandlt commented 4 years ago

Describe the bug Title

To Reproduce

Expected behavior MCU should send something back over Serial Out, like the current config

Pyr0-Piezo (please complete the following information):

pyr0ball commented 4 years ago

Confirmed, I've seen this behavior since 2.1.4, but assume it was due to my programmer being broken.

pyr0ball commented 4 years ago

Only partially fixed, still missing serial feedback while typing

loredan commented 4 years ago

I still think that feedback is not strictly needed, most serial terminals I've used have feedback built in, just disabled by default

pyr0ball commented 4 years ago

It's different to every implementation I've ever used, but honestly I just can't figure out how it got disabled, even after reading through the code again

loredan commented 4 years ago

Not sure it ever was there, at least I don't see anything resembling echo in code prior to my changes

pyr0ball commented 4 years ago

@foodbandlt @loredan After our testing today, I've not been able to replicate the behavior with the VERBOSE flag. I'm assuming it was related to the VSCode environment settings I used when compiling and flashing the beta units I sent out. The issue with feedback is still present, but the board does accept serial input with or without the flag mentioned in this issue. Closing for now