- AuthorPosts
Please change the following places to serial3




I am having the same problem trying to communicate via the arduino mega’s Serial1 port. I have changed the config files per Bancroft’s post to replace Serial with Serial1, but it is still not working. Is there something else that needs to be changed?
To change the image of the STONE logo on your SWTI080WT-01 display, you need to make sure that your 24-bit BMP file is saved as “logo.bmp” in the “E:/STONE/logo/” directory. If you have already done this and the image still hasn’t changed, please make sure that you have properly connected your display to your device and that your device is configured to display the image correctly. As for changing the “STONE UART Parsing Library” to use TX3 and RX3 on serial port 3 to send and receive data from the STONE display, you will need to modify the library’s source code to support this configuration. This can be a complex task and may require a good understanding of both Arduino programming and the STONE display’s communication protocol.
Here is what is have been using for serial port 3. But change the 3 to 1 for your use.
But make sure you have the connection to the Arduino and Stone display correct.

Here is what i have in the main sketch . so it will print the pars’d info to the Serial Monitor on the computer screen.

You need to send your commands to the Stone display to the correct serial port in your program. even with these changes.
Unless you use the Stone library commands.


- AuthorPosts
You must be logged in to reply to this topic.