Hlowrdel ol
lHeloold wr
Hel rd
lowol
loHel wor
ld
Helowoldl r
Baud Rate is 9600
Board is Arduino Uno (This is listed under R3 as the original is not a category)
Using Arduino Cloud.
It has the right amount of bytes and the right letters, but sent in the wrong order.
I have found a post on stack overflow about this, same sketch, same result- however I am using the serial monitor, and the question uses java. The answers on there are all around the java code, and not the arduino itself, which is my problem.
I thought posting it on the arduino forum would be more relevant.
Thanks for the clarification. The Arduino Cloud website doesn't have any way to directly access the serial port of your Arduino board, so we use an application called "Arduino Cloud Agent" running on your computer to act as a bridge between the board connected to the computer and the Arduino Cloud website. So when you use the Arduino Cloud Serial Monitor, the data communication pipeline is like this:
Board <---> Arduino Cloud Agent <---> Internet <----> Serial Monitor
I will ask you to perform an experiment to determine whether the problem exists at the Arduino Cloud Agent level of the pipeline. If so, we will know that the problem is with Arduino Cloud Agent or below, which will allow us to focus our troubleshooting efforts by eliminating the rest of the pipeline from consideration.
Please try this:
Connect the Uno board to your computer with the USB cable.
(the value of the P key might be different if your Uno board has a different port name)
Please add a reply here on the forum thread to tell us whether the letters are in the correct order in the output you see in the debug console page, or if they are out of order as they are in Serial Monitor. Please note that, since this is a stream of data, it is expected that the value of each of the D keys will have a random number of characters, as you see in the snippet I shared above. It doesn't matter how many characters you see in each value as long as they are in the correct order in aggregate.