Closed GoogleCodeExporter closed 9 years ago
Thanks for the report and suggested patch.
On Linux, INPCK is "Enable input parity checking" and is a c_iflag (input
modes) flag.
However the c_oflag (output modes) flag PARENB is "Enable parity generation on
output and parity checking for input", which I would think makes the former
superfluous, and your patch should be fine.
In the current code these flags are all passed to the c_cflag so it does not
seem to be by the book. I will check the history of this code and hopefully get
to do some testing to verify.
Original comment by lists.to...@gmail.com
on 27 Sep 2013 at 11:20
And please try to use git format-patch. See
http://code.google.com/p/stm32flash/issues/detail?id=41#c1 for step by step
instructions.
Original comment by lists.to...@gmail.com
on 27 Sep 2013 at 11:22
Ok, here is my attempt for git format-patch. Hope it helps.
Original comment by tin...@gmail.com
on 27 Sep 2013 at 11:42
Attachments:
Perfect, thanks.
Original comment by lists.to...@gmail.com
on 27 Sep 2013 at 11:50
This has now been fixed in the official repository and is included in version
0.3beta2.
Original comment by lists.to...@gmail.com
on 9 Dec 2013 at 11:25
Original issue reported on code.google.com by
tin...@gmail.com
on 27 Sep 2013 at 10:42