hi everyone,
i am relatively newbie.i am able to read data serially through serial.print() command.now i want exactly the reverse.Can i send the values to arduino serially?is ther any command?wht is the function of the serial write?
thanx
hi everyone,
i am relatively newbie.i am able to read data serially through serial.print() command.now i want exactly the reverse.Can i send the values to arduino serially?is ther any command?wht is the function of the serial write?
thanx
Operating system?
i am able to read data serially through serial.print() command.
That's a neat trick. Most people have to use Serial.read() to read serial data. Serial.print() and Serial.write() are used to send data to the serial port.
You can send data to an Arduino over serial from any Pc / Mac / linux machine.
But you of course need some software on the machine to do it.
If you are a little more specific with your need, we might be able to gie you more precise help.
For the OP and others...
I've been a little obsessed with All Things Serial and the Arduino recently.
This has resulted in several pages on the subject, which may help people with questions along the lines of those in the above.
The information is at....