Difference between revisions of "RS-485 Library"

From BoSL Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Here is a page devoted to the RS-485 BoSL implementation library.
+
Here is a page devoted to the RS-485 BoSL implementation library. <br>
 +
 
 +
The BoSL RS-485 Bus library creates utilities to abstract the use of the RS-485 Bus hardware [[RS-485]]
  
 
== Installation ==
 
== Installation ==

Revision as of 10:06, 18 September 2020

Here is a page devoted to the RS-485 BoSL implementation library.

The BoSL RS-485 Bus library creates utilities to abstract the use of the RS-485 Bus hardware RS-485

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