[Solved] Moving the cursor ...

floresta:
Wasn't it considerate of them to include a few programming examples in their 'Complete Documentation'?

The 'Serial.write(3)' just tells the controller that you want to set the cursor position. You also have to tell it exactly where you want to put the cursor. My guess is that you have to include two more bytes after the '3' to specify the line and the column.

Don

I guess it was too hard for them to do that.

Anyway, so i tried with: Serial.write(3x8x1)

But as i was suspecting, it's not compiling ^^'

Could you give me a little clue ?

I'm a noob with the Arduino for now :sweat_smile: