https://github.com/geeksloth/rs485-transceiver-example
Naive example implementation of RS485 multiple-master and multiple-client in half-duplex communication.
https://github.com/geeksloth/rs485-transceiver-example
arduino rs485
Last synced: 27 days ago
JSON representation
Naive example implementation of RS485 multiple-master and multiple-client in half-duplex communication.
- Host: GitHub
- URL: https://github.com/geeksloth/rs485-transceiver-example
- Owner: geeksloth
- Created: 2024-11-11T13:05:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:10:15.000Z (over 1 year ago)
- Last Synced: 2025-03-16T06:43:14.665Z (over 1 year ago)
- Topics: arduino, rs485
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RS485-transceiver-example
Naive example implementation of RS485 multiple-master and multiple-client in half-duplex communication.
# Not Yet Ready!
Will change to ArduinoRS485 soon...