0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Arduinoの勉強 第7弾:デジタル通信方式 (3) - UART通信方式

0
Posted at

#UART通信方式

はじめに

ハードウェアの勉強のためにArduinoを復習も兼ねて参考教材に沿って,勉強する.細かな部分の理解までして,自在に扱えるようになることが目的である.その第7弾として,「UART通信方式」を扱う.

UARTとは

slide1.png
slide2.png

注意事項

slide3.png

ソフトウェアシリアル通信

slide4.png

感想

一対一での通信で,同期も必要とせず,仕組みとしては非常に単純で分かりやすい通信方式であるという印象を受けた.通信速度は特別速いわけではないので,ほかとの通信に比べた強みがよくわからないが,おそらく同期も必要としない単純さが強みの一つなのかなと思った.参考文献的には,いよいよ実践となるが,その前によく耳にするCAN通信だけは触れておきたいと考えている.

参考文献

  • 電子部品ごとの制御を学べる!Arduino電子工作実践講座 改訂第2版 福田和宏 著 ソーテック社
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?