Skip to content

Changed receive message internal handling

Compare
Choose a tag to compare
@pierremolinaro pierremolinaro released this 15 Sep 09:37
· 13 commits to master since this release

As Flole998 pointed out to me, the incoming messages were lost if the driver receive buffer was full, even though there is still room in the MCP2517FD receive buffer. In this release, messages are lost if the driver receive buffer and the MCP2517FD receive buffer are both full.

Other changes:

  • Added the resetHardwareReceiveBufferOverflowCount method;
  • Fixed several typos in documentation.