Page 1 of 1

ser2net Traffic LED on WeMos D1

Posted: 20 Nov 2021, 20:56
by glitzi
Hi,
I use the Ser2Net Plugin and need a Rule that makes the OnBoard LED blink when receiving Data on the RX-GPIO.

what is the Rule?

I Try this, but it dosen't work

Code: Select all

on System#Boot do
 Monitor GPIO,3 //GPIO 3 -Rx-Pin überprüfen
LogEntry,testBoot
endon

on GPIO#3 do
LogEntry,test
endon

Re: ser2net Traffic LED on WeMos D1

Posted: 14 Jan 2024, 21:03
by glitzi
no ideas

Re: ser2net Traffic LED on WeMos D1

Posted: 14 Jan 2024, 21:28
by Ath
With current mega branch, P020 - Communication - Serial Server has a section in the settings to configure a Led to respond to serial traffic. That should handle it just fine. This isn't yet included in a Release, but it will be in the next Release.

You can download a recent build that includes that feature from Github if you are logged in with your (free) Github account. You can try this Actions run.