jyberg / Enhanced-Nextion-Library

Enhanced Nextion library for Arduino, NodeMcu, Esp8266,...
MIT License
49 stars 23 forks source link

NexInit() does not work above 115200? #8

Closed usane1 closed 4 years ago

usane1 commented 4 years ago

Hi!

I Have NX4832T035_011 display. When i call nexInit() it only work with 115200 top. Neither work with the next above that is 230400 or the other higher baudrates. However the according to the nextion page the max baudrate is 921600. And i can confirm the 921600 is work with my other Nexupload library. So the question is, what cause the problem. I write a routine to try it without nexInit, to figure it out it is the nextion side or the library side cause the problem.

After some web search, i found out the basic only work at max. 115200 baud. Only the upload speed is maxed at 921600, the standard communication is not. Too bad. I close the issue.