Hi guys,
So I finally got my 2.8" Nextion Display, hooked it up to 5V and ran the DEMO, All works GREAT!
So I decided to use B4R and softwareSerial to log all the things coming out of the demo so I can start to get a grip on things...
A very simple code, declaring the softserial, initializing it and set the newData event to log things out...
Should compile without issues, right?
WRONG!!!
I'm getting a weird error complaining of a missing/unaccessible file or folder...
Which is true, because my path is only correct up to the Objects Folder... so I don't understand!
Where did the rest of that path came from?
So I finally got my 2.8" Nextion Display, hooked it up to 5V and ran the DEMO, All works GREAT!
So I decided to use B4R and softwareSerial to log all the things coming out of the demo so I can start to get a grip on things...
A very simple code, declaring the softserial, initializing it and set the newData event to log things out...
Should compile without issues, right?
WRONG!!!
I'm getting a weird error complaining of a missing/unaccessible file or folder...
GetFileAttributesEx D:\psapg\B4X Suite\B4R\Nextion experiments\Objects\Suite\B4R\Nextion: The system cannot find the path specified.
Error compiling for board WeMos D1 R2 & min
Which is true, because my path is only correct up to the Objects Folder... so I don't understand!
Where did the rest of that path came from?