Athanasios Seitanis

Results 9 comments of Athanasios Seitanis

try to replace ````Cpp if(_tempChar == 0xFF || _tempChar == 0xFFFFFFFF){ // If the read byte is the end command byte, ```` with ````Cpp if(_tempChar == 0xFF || _tempChar ==...

Are you on the same page that has the SomthingStupid.txt Attribute when sending the command?

https://github.com/Seithan/EasyNextionLibrary#usefull-tips

https://github.com/Seithan/EasyNextionLibrary#function-documentation NOTE: As these commands are using the Serial port to read and write, it is more preferred not to run them in the loop() without delay(); or some other...

@18Markus1984 Can you provide more information? It will be better if you can send me the code and the HMI that you are using

> So, for example, in this HMI is set global variable va1: [HMI](https://puhy.cz/temp/hmiFinal.HMI) . How read this variable? myNex.readNumber("va1.val")); not function. Still reads 777777. > > Thanks. https://github.com/Seithan/EasyNextionLibrary#usefull-tips _be at...

> I belive I have found the problem and have a solution. At line 245 in EasyNextionLibrary.cpp, the checking of the incoming data for the end of data flag(s) is...

@Grandpa-G If you want, you can send me the .ino and .HMI files of your project, so I can have a closer look at it and help you

Hello, Please try changing this file in the library's source files [trigger.zip](https://github.com/Seithan/EasyNextionLibrary/files/13323073/trigger.zip)