this is the easiest question you will answer today, i promise. I would jsut test it myself buuuut I may have made my arduino a biiiiit not worky worky.
if I try to write the value 400 to the serial port, what comes out the port? say for example
Serial.print(400);
or
Serial.write(400);
I know it compiles, but that is about it.