llist / LLIST

Double linked List in C. Simply the best library of double linked list
GNU General Public License v3.0
0 stars 0 forks source link

your question on nextion #1

Open rangathedon opened 6 years ago

rangathedon commented 6 years ago

https://github.com/DanNixon/NeoNextion/issues/33

I can help you but it will cost you since I am a freelancer and I have put lot of time and efforts to get it to work; let me know;

llist commented 6 years ago

I understand ..I have found the solution and I post -it ( with Arduino Mega it's not possible to obtain a value if you use ( RX1/RX2/RX3) ! Solution :

define MEGA_RX_PIN 53

define MEGA_TX_PIN 51

SoftwareSerial nextionSerial(MEGA_RX_PIN, MEGA_TX_PIN);

You did a great job.