Difference between revisions of "RS-485 Library"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=== Library === | === Library === | ||
Revision 1.0.0 (2020-09-18) : [[File:BoSL RS485 Bus Library rev 1.0.0.zip]] | Revision 1.0.0 (2020-09-18) : [[File:BoSL RS485 Bus Library rev 1.0.0.zip]] | ||
+ | |||
+ | === Annotated Examples === | ||
+ | |||
+ | Host Sketch (rev 1.0.0 | 2020-09-18) : [[File:Host.zip]] | ||
+ | Sensor Sketch (rev 1.0.0 | 2020-09-18) : [[File:Sensor.zip]] |
Revision as of 10:05, 18 September 2020
Here is a page devoted to the RS-485 BoSL implementation library.
Installation
Extract the src folder from the downloaded .zip file.
Place the src folder in the same folder as your arduino .ino sketch.
Edit RS485args.h (located inside the src folder) to fit setup.
Downloads
Library
Revision 1.0.0 (2020-09-18) : File:BoSL RS485 Bus Library rev 1.0.0.zip
Annotated Examples
Host Sketch (rev 1.0.0 | 2020-09-18) : File:Host.zip Sensor Sketch (rev 1.0.0 | 2020-09-18) : File:Sensor.zip