I have tried almost everything
nextion.baud(9600);
nextion.printf(“hello World”);
nextion.attach(&display_decoading, Serial::RxIrq);
also tried polling serial by sexton.readable()
but nothing seems to work
any help ??
even configuring serial on any other 2 pins also doesn’t work
!!
GurI
Only saw this post now. Which pins are you using for serial?
Note that display_decoading will run in an ISR, so printf in there will hard fault with ARMCC. But if you don’t get any data through getc() either, then something is wrong at a lower level.
Good afternoon. Want to forge the link Nucleo and Nextion. I connected the SoftWareSerial library to the program, but the compiler immediately throws an error 18 on line 31 in the SoftWareSerial file.cpp. Why?