Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:10:15.000Z (about 2 months ago)
- Last Synced: 2024-11-22T06:08:22.275Z (about 1 month 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...