revpi-duino driver

Topics about the Software of Revolution Pi
Post Reply
Ibrahim Stracey
Posts: 12
Joined: 24 Jul 2019, 13:16
Answers: 0

revpi-duino driver

Post by Ibrahim Stracey »

Hi everyone,

I'm currently trying to connect an arduino leonardo to my RevPi Connect via USB. I read on one of the blog posts that there is a "revpi-duino driver" which should let me access the arduino through Pictory. Is there any documentation on how to do this?

https://revolution.kunbus.com/maker-heart/

Thanks,

Ibrahim
Eduard
KUNBUS
Posts: 209
Joined: 18 Jun 2018, 16:16
Answers: 0

Re: revpi-duino driver

Post by Eduard »

Hello,
you can exchange data with the Arduino and RevPi via Modbus TCP or Modbus RTU.
On the Arduino it is possible to realize Modbus using the "ArduinoModbus" library. For the conversion you need an Arduino Shield RS232 (Modbus RTU) or an Arduino Shield Ethernet (Modbus TCP).

How to configure a Modbus on the RevPi can be found here.
Post Reply