Arduino Tutorial | Arduino Serial Communication | Send or Receive Message from PC to Arduino

preview_player
Показать описание
Arduino serial communication is a way to send or receive messages from your pc to Arduino through a serial cable connection.
How to talk to your Arduino tutorial will guide you on how you can send or receive messages by using a data cable between your Arduino and Your personal computer or PC. this is a detailed Arduino tutorial.
do visit our website here you will find a lot of interesting Arduino projects such as Arduino Quadcopter, Arduino Real Time Clock, NodeMCU Projects, Internet Controlled Car, etc.

do Subscribe to us on YouTube also.

Visit Our Other Social Media Pages °°°°°
Рекомендации по теме
Комментарии
Автор

Best training session I have seen. Want to communicate with a car head unit pretending my Arduino is a CD charger.

MrForcat
Автор

This is exactly what I searched for. A very basic example. Thanks!

tamasau
Автор

Another thing I'm lookig for is serial (preerably usb) communication via the digital ports arduino. In a nutshell: I send text from PC to arduino with this USB method and then arduino processes it and sends the result out in its digital ports. On port no 0 and 1 I guess. Is it possible? For instance just simply forward the text I sent on USB.

tamasau
Автор

Imagine how much more efficient this video could have been if only you had invested in a microphone, instead of having to type out all of those comments for us to read while being subjected to that obnoxious music. I bet you could have accomplished all of that in less than half of the time, if only you had a microphone. Also, "-48" is not an accurate ASCII to character conversion. Perhaps try not casting characters as integer, and then use something like Serial.print((char) val); instead.

JamesMorningstar
Автор

When you wrote val-1 to obtain the decoded data, my be this way it's not correct.

hxmebge
Автор

You need to revise as this program does not run in the new IDE 2.3.2

andystewart