5
votes
6answers
4k views

How can I send data to the arduino from the computer?

How can I send data to the arduino from the computer? I'm thinking sort of a prompt on the command line and some commands like "led1 on". Then, the arduino would process that and light up a certain ...