EasyManuals Logo

Arduino uno User Manual

Arduino uno
311 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #54 background imageLoading...
Page #54 background image
Serial Terminals for Linux and Mac OS X
Linux and Mac users can use the
screen
command to communicate with the
Arduino on a serial port. Check which serial port the Arduino is connected
to in the IDEs Tools > Board menu. Then run a command like this (with an
older board the name of the serial port might be something like
/dev/tty.usbserial-
A9007LUY
, and on Linux systems it might be
/dev/ttyUSB1
or something similar):
$ screen /dev/tty.usbmodem24321 9600
The
screen
command expects the name of the serial port and the baud rate to
be used. To quit the
screen
command, press Ctrl-a followed by k. (On some
systems its Ctrl-a followed by Ctrl-k.)
We can now communicate with the Arduino, and this has great implications:
whatever is controlled by the Arduino can also be controlled by your computer,
and vice versa. Switching LEDs on and off isnt too spectacular, but try to
imagine whats possible now. You could move robots, automate your home,
or create interactive games.
Here are some more important facts about serial communication:
The Arduino Unos serial receive buffer can hold up to 64 bytes. When
sending large amounts of data at high speed, you have to synchronize
sender and receiver to prevent data loss. Usually, the receiver sends an
acknowledgment to the sender whenever it is ready to consume a new
chunk of data.
Chapter 2. Creating Bigger Projects with the Arduino 34
report erratum discuss
www.it-ebooks.info

Table of Contents

Other manuals for Arduino uno

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Arduino uno and is the answer not in the manual?

Arduino uno Specifications

General IconGeneral
Form factorArduino
CertificationRoHS, FC, CE
Processor model-
Processor frequency- MHz
Microcontroller modelATmega328
Microcontroller frequency16 MHz
DC input voltage7-12 V
Operating voltage5 V
DC current per I/O pin40 mA
Flash memory0.032 MB
Maximum internal memory- GB
SRAM (Static Random Access Memory)2 KB
EEPROM (Electrically Erasable Programmable Read-Only Memory)1 KB
Wi-FiNo
Number of analog I/O pins6
Number of digital I/O pins14
Weight and Dimensions IconWeight and Dimensions
Board dimensions53.4 x 68.6 mm

Related product manuals