Difference between revisions of "RS485 Shield V2.1 for Arduino"

From LinkSprite Playgound
Jump to: navigation, search
(Created page with "== Introduction == RS485 is a standard communication port for field bus. Arduino only has a USB port and a TTL UART interface. In order to talk to a device that has RS485 bus...")
 
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
== Schematic ==
 
== Schematic ==
  
*[https://s3.amazonaws.com/linksprite/Shields/RS485/RS485shield-v2.SchDoc Shematic]
+
*[https://s3.amazonaws.com/linksprite/Shields/RS485/RS485shield-v2.pdf Schematic]
 +
 
 +
== Usage ==
 +
 
 +
[[File:RS485 v2 jumpers.jpg]]
  
 
== Resouces ==
 
== Resouces ==
  
 
*[http://learn.linksprite.com/arduino/shields/tuotorial-of-using-rs485-shield-v2-on-arduino/ Tutorial]
 
*[http://learn.linksprite.com/arduino/shields/tuotorial-of-using-rs485-shield-v2-on-arduino/ Tutorial]

Latest revision as of 05:21, 7 July 2014

Introduction

RS485 is a standard communication port for field bus. Arduino only has a USB port and a TTL UART interface. In order to talk to a device that has RS485 bus, we can add a RS485 port to Arduino using this handy RS485 shield.

  • Use this handy Arduino RS485 shield to add an RS485 port to your Arduino
  • Comes fully assembled with shield stacking headers

Compared to RS485 Shield V1, you can choose two pins from Arduino D0 to D7 as Software Serial Ports to communicate with RS485 Shield (D0 and D1 is Hardware Serial Port).

RS485 shield V2.jpg

Schematic

Usage

RS485 v2 jumpers.jpg

Resouces