Clik here to view.

Welcome to this video on Arduino Tutorial for Beginners. This video shows How to Read Data from Arduino Serial Monitor. All Arduino boards have at least one serial port (also known as a UART or USART). Arduino IDE’s has built-in Serial Monitor. In Arduino the two LEDs near the USB connector blink when data is transmitted
RX blinks when the Arduino is receiving data.
TX blinks when the Arduino is transmitting data.
Serial.println(value);
Prints the value to the Serial Monitor on your computer
pinMode(pin, mode);
Configures a digital pin to read (input) or write (output) a digital value
digitalRead(pin);
Reads a digital value (HIGH or LOW) on a pin set for input
digitalWrite(pin, value);
Writes the digital value (HIGH or LOW) to a pin set for output
This video is created by Anh Quân Tống – https://www.youtube.com/anhquantong
Arduino is an open-source hardware platform based on an Atmel AVR 8-bit microcontroller and a C++ based IDE. Arduino is the go-to gear for artists, hobbyists, students, and anyone with a gadgetry dream. Arduino microcontrollers are programmed using the Arduino IDE (Integrated Development Environment). Arduino IDE Can be downloaded for free from http://arduino.cc/en/Main/Software
Arduino programs, called “sketches”, are written in a programming language similar to C and C++. Many sensors and other hardware devices come with prewritten software – look on-line for sample code, libraries (of functions), and tutorials. Learn the Arduino platform and programming language to create robots, interactive art displays, electronic gadgets and much more.
#ProgrammingKnowledge #Arduino #ArduinoTutorial
———————-Follow———————————————
My Website – http://www.codebind.com
My Blog – https://goo.gl/Nd2pFn
My Facebook Page – https://goo.gl/eLp2cQ
Google+ – https://goo.gl/lvC5FX
Twitter – https://twitter.com/ProgrammingKnow
Pinterest – https://goo.gl/kCInUp
Text Case Converter – https://goo.gl/pVpcwL
——————Facebook Links —————————————-
http://fb.me/ProgrammingKnowledgeLearning/
http://fb.me/AndroidTutorialsForBeginners
http://fb.me/Programmingknowledge
http://fb.me/CppProgrammingLanguage
http://fb.me/JavaTutorialsAndCode
http://fb.me/SQLiteTutorial
http://fb.me/UbuntuLinuxTutorials
http://fb.me/EasyOnlineConverter
source