Skip to content

Releases: CIRCUITSTATE/CSE_ArduinoRS485

CSE_ArduinoRS485 v1.0.12

28 Jan 10:26
Compare
Choose a tag to compare
  • Added fix for SoftwareSerial port not supporting custom UART frame configuration on AVR platform.
  • Added ARDUINO_ARCH_AVR platform check.
  • Added Changes.md file.
  • Updated API.md.
  • Updated Readme.md.
  • New version 🆕 v1.0.12

CSE_ArduinoRS485 v1.0.11

30 Oct 10:50
Compare
Choose a tag to compare
  • Added assertDE(), deassertDE(), assertRE(), deassertRE() functions to the RS485Class class. These functions will set the GPIO pins associated with DE and RE pins if they are defined in the port.
  • Updated docs.

CSE_ArduinoRS485 v1.0.10

04 Oct 07:37
Compare
Choose a tag to compare
  • Updated documentation.
  • Updated library information.

CSE_ArduinoRS485 v1.0.9

25 Jul 15:09
Compare
Choose a tag to compare
  • Updated documentation.

CSE_ArduinoRS485 v1.0.7

25 Jul 15:03
Compare
Choose a tag to compare
  • Updated documentation.

CSE_ArduinoRS485 v1.0.6

25 Jul 14:25
Compare
Choose a tag to compare
  • Added support for both hardware and software serial ports.
  • Updated examples.
  • Added documentation.