Skip to content

Releases: CIRCUITSTATE/CSE_ArduinoRS485

CSE_ArduinoRS485 v1.0.14

20 Mar 18:04

Choose a tag to compare

  • Improved the serial port type detection mechanism.
  • Added support for ESP8266 boards.
  • Added examples for ESP32, RP2040 and ESP8266.

CSE_ArduinoRS485 v1.0.13

30 Jun 15:43

Choose a tag to compare

  • Fixed Arduino Mega 2560 board compatibility issuse. You can now use Hardware Serial ports with Mega 2560.

CSE_ArduinoRS485 v1.0.12

28 Jan 10:26

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

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

Choose a tag to compare

  • Updated documentation.
  • Updated library information.

CSE_ArduinoRS485 v1.0.9

25 Jul 15:09

Choose a tag to compare

  • Updated documentation.

CSE_ArduinoRS485 v1.0.7

25 Jul 15:03

Choose a tag to compare

  • Updated documentation.

CSE_ArduinoRS485 v1.0.6

25 Jul 14:25

Choose a tag to compare

  • Added support for both hardware and software serial ports.
  • Updated examples.
  • Added documentation.