Releases: CIRCUITSTATE/CSE_ArduinoRS485
Releases · CIRCUITSTATE/CSE_ArduinoRS485
CSE_ArduinoRS485 v1.0.13
- Fixed Arduino Mega 2560 board compatibility issuse. You can now use Hardware Serial ports with Mega 2560.
CSE_ArduinoRS485 v1.0.12
- 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
- Added
assertDE()
,deassertDE()
,assertRE()
,deassertRE()
functions to theRS485Class
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
- Updated documentation.
- Updated library information.
CSE_ArduinoRS485 v1.0.9
- Updated documentation.
CSE_ArduinoRS485 v1.0.7
- Updated documentation.
CSE_ArduinoRS485 v1.0.6
- Added support for both hardware and software serial ports.
- Updated examples.
- Added documentation.