Daniel
Daniel
Oh geez, theres a ton of globals in the code.
Started chewing on this. Its a bit of a big knot but not bad.
If this is the new main project page, the repo should be transferred here. As it is, you can't search code on a fork... :P
Here is how https://help.github.com/articles/transferring-a-repository-owned-by-your-personal-account/
Cleaned up as single issue PR #32
Neither apply cleanly in all cases. :P It seems feature sets have diverged and it also seems unwise to be using two serial port libraries.
When I try and replace all occurences of "github.com/facchinm/go-serial" with johnlauer/goserial I get the following build error ``` terminal ./programmer.go:373: undefined: serial.Mode ./programmer.go:378: too many arguments in call to serial.OpenPort...
Instead of swallowing the error, can you print it out? It might be something obvious. ``` let Ok(data) = data else { continue }; ``` This continues the next iter...