Search found 7 matches

by TheLaughingMan
10 Mar 2025, 15:16
Forum: Hardware
Topic: RS-485 issues
Replies: 2
Views: 7462

Re: RS-485 issues

Hi Nicolai,

this is the main "loop":


private void PollReader(object state)
{
_pollingTimer.Change(Timeout.Infinite, Timeout.Infinite);
try
{
lock (_lock)
{
byte readerAddress = 0x00; // Reader address

byte sequenceNumber = _sequenceNumber;
_sequenceNumber = (byte)((_sequenceNumber < 7 ...
by TheLaughingMan
07 Mar 2025, 19:21
Forum: Hardware
Topic: RS-485 issues
Replies: 2
Views: 7462

RS-485 issues

Hi all,

back with a new problem.
I have a service written in C# that reads RS-485 inputs from a UHF receiver.
It is using OSDP protocol, so I am sending Poll frames and reading the subsequent replies.

The point is: if I am using Windows and my PC (AMD Ryzen processor), connected with a USB/RS485 ...
by TheLaughingMan
07 Mar 2025, 19:09
Forum: Hardware
Topic: Connect 4 - Digital In
Replies: 4
Views: 9417

Re: Connect 4 - Digital In

I wanted to thank you Dirk, everything runs fine now!
by TheLaughingMan
13 Feb 2025, 09:34
Forum: Hardware
Topic: Connect 4 - Digital In
Replies: 4
Views: 9417

Re: Connect 4 - Digital In

Thank you for the answer.

I will dig and try to understand if and how this could work in C#.

Meanhwhile..... I can't also find a good guide or video or doc, on how to enable and use the digital in even on Node-Red.

Can you help me pointing out to something viable?
by TheLaughingMan
12 Feb 2025, 17:15
Forum: Hardware
Topic: Connect 4 - Digital In
Replies: 4
Views: 9417

Connect 4 - Digital In

Hi everybody,

first post here.
I would greatly appreciate if someone could help me understand where I can find resources to read, addressing the preparation and usage of the digital in of a Connect 4.

In particular I would like to use the in under Linux, in a C# application.

Thanks guys!!!
Gabriele
by TheLaughingMan
20 Mar 2024, 01:13
Forum: RevPi Nodes for Node-RED
Topic: Newbe question about RevPi Connect 4
Replies: 3
Views: 24777

Re: Newbe question about RevPi Connect 4

Thanks for the info!

I tried, and even applied directly 24V, but in node I can't see any change.
I also added a MIO module, using all the four digital in... nope.

Do I have to configure something in order to activate the input reading?
I tried to attach 24V directly... but nothing happens in debug ...
by TheLaughingMan
16 Mar 2024, 23:08
Forum: RevPi Nodes for Node-RED
Topic: Newbe question about RevPi Connect 4
Replies: 3
Views: 24777

Newbe question about RevPi Connect 4

Hello everybody,

I tried to find an answer to this question in the forum, but no luck.
I mean... probably this is a very silly question: isn't in Connect 4 a digital in?

In the bottom left, pin #3, the website says it's a digital in, but I can't find it in NodeRed.

What I am missing????

Thanks ...