Skip to content

Commit

Permalink
Adding a CHANGELOG "Changed" entry that describes the improved framin…
Browse files Browse the repository at this point in the history
…g error detection for a short BREAK followed by a long MAB.
  • Loading branch information
ssilverman committed Aug 13, 2019
1 parent 94904c1 commit e842540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This document details the changes between each release.
_before_ enabling the transmitter. After delaying for `preBreakDelay()` or
`preNoBreakDelay()`, the transmitter is enabled, and then `Receiver` delays
for `preDataDelay()` microseconds.
* Improved framing error detection: the case where there's a short BREAK
followed by a long MAB is now detected.

### Fixed
* `Receiver` now checks that the first stop bit of a received byte is logic 1.
Expand Down

0 comments on commit e842540

Please sign in to comment.