Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always print error if part and programmer doesn't have a common progr…
…amming interface (#1563) * Harmonize WIN32 implementation of serial time-outs with Posix This is from @mariusgreuel in Issue #1249. #1249 > The WIN32 time-out is specified as ReadTotalTimeoutConstant + buflen * ReadTotalTimeoutMultiplier, which makes it potentially much longer than the Posix one (i.e. at least double). ReadIntervalTimeout is also set to timeout, which essentially renders the interval timeout ineffective, so IMHO, we should explicitly disable that feature. * Update NEWS * Always print error if part and programmer doesn't have a common programming interface even though the user uses -F. It won't exit though. * Don't mention -F in error message if -F is already used --------- Co-authored-by: mcuee <xiaofanc@gmail.com> Co-authored-by: Stefan Rueger <stefan.rueger@urclocks.com>
- Loading branch information