Reading Digital value from RS485 socket

Show the world your Revolution Pi project!
Post Reply
ninad110
Posts: 1
Joined: 27 Jan 2025, 06:06

Reading Digital value from RS485 socket

Post by ninad110 »

As a beginner in Revolution Pi Connect S, I am working on a project where I need to read a digital value of temperature sensor module connected to digital converter, with converter connected to RS485 socket of Rev Pi using Node-Red
Photo of the same is attached for your reference Image
Attachments
Screenshot 2025-01-27 114235.png
User avatar
dirk
KUNBUS
Posts: 2214
Joined: 15 Dec 2016, 13:19

Re: Reading Digital value from RS485 socket

Post by dirk »

Hello ninad110, that looks exciting. I think to use the RS485 interface via Node-RED you first need access here. See release notes Bookworm 12/2024:

Code: Select all

sudo adduser nodered dialout
ninad110
Posts: 1
Joined: 27 Jan 2025, 06:06

Re: Reading Digital value from RS485 socket

Post by ninad110 »

Thank you for your input but I think I need more guidance, for communicating a digital input device to RS485 and reading the data in Node-red.
Also I had troubles in assigning the servers in some Nodes (Modbus Read)
Last edited by ninad110 on 29 Jan 2025, 09:56, edited 1 time in total.
Post Reply