Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem regarding upload example #103

Open
ghost opened this issue Nov 24, 2021 · 0 comments
Open

Problem regarding upload example #103

ghost opened this issue Nov 24, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 24, 2021

Greetings,
I was trying to upload tft file to Nextion with Arduino and a micro SD card module.

#include "NexUpload.h"
NexUpload nex_download("SensaT_V2.tft",53,115200);
void setup() {
  // put your setup code here, to run once:
    nex_download.upload();
}

void loop() {
  // put your main code here, to run repeatedly:
}

And this is the massage I received:

12:04:31.612 -> start _checkFile
12:04:31.612 -> file is not exit
12:04:31.658 -> tft file size is:
12:04:31.658 -> 0
12:04:31.658 -> check file ok
12:04:32.356 -> get baudrate error

I tried different baud rates but It does not work. Any ideas or solutions would be massive help thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants