47 lines
1.1 KiB
Markdown
Raw Normal View History

2022-11-23 16:14:02 +01:00
# Change Log RS485
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
2023-05-11 11:14:17 +02:00
## [0.2.5] - 2023-04-28
- fix send / receive protocol bugs (as far as known)
- add **RS485_master_send_receive.ino** demo
- add **RS485_slave_send_receive.ino** demo
- add **RS485_sniffer.ino** debug tool
- add **EXPERIMENTAL** SoftwareSerial examples.
- update examples.
- move some code from .h to .cpp
- update readme.md
2023-02-05 20:00:17 +01:00
## [0.2.4] - 2023-02-05
- update readme.md
- added messages.md to give som ideas about handshakes/protocols.
- update GitHub actions
- update license 2023
2022-11-23 16:14:02 +01:00
## [0.2.3] - 2022-11-23
- add changelog.md
- add RP2040 to build-CI
- remove version from ASCII_CONTROL
- update keywords.txt
- minor edits
2023-02-05 20:00:17 +01:00
## [0.2.2] - 2022-05-25
2022-11-23 16:14:02 +01:00
- rewrite blocking write(uint8_t \* array, length).
- added write(char \* array, length). (convenience)
## [0.2.1] - 2022-05-24
- add setTXmode(), setRXmode(), getMode().
2023-02-05 20:00:17 +01:00
## [0.2.0] - 2022-05-24
2022-11-23 16:14:02 +01:00
- first published version
----
## [0.1.x] - 2017-10-30
- experimental versions.