Skip to content

V2.0

Compare
Choose a tag to compare
@MichaelJonker MichaelJonker released this 08 Nov 20:39
· 12 commits to master since this release

Arduino HardwareSerialRS485 communication package version 2.0.

Half-duplex, concurrent multi-drop (i.e. multi-master, multi-slave) RS485 communication, with message addressing and filtering, as well as collision detection and collision avoidance.

Version 2 is a major release and introduces various new features:

  • Fixes of non-conformant behaviour in case of message collision recovery.
  • Transaction based message transmission retrial.
  • Compatibility with Atmega32U4 based boards (e.g. Leonardo and Micro).
  • Board specific configuration definitions.
  • Library organization compliant with Arduino IDE 1.5 and up.