Search found 10 matches

by ToughCookie
03 Aug 2021, 20:39
Forum: ESP Easy: Software
Topic: Serial Communication
Replies: 4
Views: 4669

Re: Serial Communication

I found out that plugin has command to send message back to client ser2netclientsend,"Message" Maybe it's the one of the steps to solve my problem, but unfortunately I can't catch Serial EVENT to recieve data back to client, or do something else. Tried to set many different options in Ser2...
by ToughCookie
01 Aug 2021, 14:25
Forum: ESP Easy: Software
Topic: Serial Communication
Replies: 4
Views: 4669

Re: Serial Communication

Hi! I just tried to send data between TCP(Laptop) <->ESPEasy unit <->Serial port(Laptop), but something goes wrong. When I sending data via Serial monitor "Both NL & CR" symbols are sent in the end of message, so it defenetly has end of the message. Why I can't see any massages in Putt...
by ToughCookie
01 Aug 2021, 13:43
Forum: ESP Easy: Software
Topic: Serial Communication
Replies: 4
Views: 4669

Serial Communication

Hello everyone! I have air monitoring device, I want to to read data from it via network, but device has only Serial port interface. To start recieve data procedure I need send 13 bytes to the device 0x55 0xCD 0x47 0x00 x00 0x00 0x00 0x00 0x00 0x01 0x69 0x0D 0x0A and then device will response with 4...
by ToughCookie
24 Jul 2021, 20:40
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Re: Can't install plugin

You're very kind, thank you, but I already found out how to compile source code. While compiling with Arduino IDE failed with information that ExtTimeSource_e is not defined. So I solved it by adding #include "../DataStructs/SettingsStruct.h" string into AdvancedConfigPage.h *I had no idea...
by ToughCookie
23 Jul 2021, 12:59
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Re: Can't install plugin

TD-er wrote: 19 Jul 2021, 02:52 Just a heads-up: https://github.com/letscontrolit/ESPEasy/pull/3709

Working on it.
Wow! that's great.
I know cost of time (my and other's people), so I even can't tell with the words how much I appreciate what community done.

By the way, wich enviroment it must be to be compiled?
by ToughCookie
17 Jul 2021, 20:26
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Re: Can't install plugin

Thank you, but unfortunately there only this useful information : The latest ESPEasy build that this plugin will compile is 2018.10.01 (version from 2018.10.18 may also work, as settime() function disappeared at 2018.Oct.19, and timestruct changed on 2018.Oct.26) Maybe I shoud find another solution ...
by ToughCookie
10 Jul 2021, 20:07
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Re: Can't install plugin

I tried to compile in following enviroment Arduino IDE 1.6.12 ESP core 2.3.0 / 3.0.0 I had a lot errors connected to Time functions. So I tried to include Time library (from here https://github.com/PaulStoffregen/Time ). It didn't solve the problem. I can suppose that Time library is not compatible ...
by ToughCookie
05 Jul 2021, 11:59
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Re: Can't install plugin

Thank you for sharing this information.
I had some assumptions about old firmware version so I also tried to compile ESPEasy-mega-20191103 sources, but got the same errors.
by ToughCookie
03 Jul 2021, 20:17
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Re: Can't install plugin

Oh, it would be great.
Thank you!
by ToughCookie
03 Jul 2021, 11:36
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10444

Can't install plugin

Hello everyone, could somebody help me to compile firmware? I need to add RTC clock support into my ESP8266 module. I found plugin here https://github.com/letscontrolit/ESPEasyPluginPlayground/blob/master/_P156_DS1307.ino . 1.Downloaded mega-20210503 source code from here https://github.com/letscont...