<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>drumsko-tommy</author_name>
  <author_url>https://blog.hatena.ne.jp/drumsko-tommy/</author_url>
  <blog_title>日誌</blog_title>
  <blog_url>https://drumsko-tommy.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>今回はArduinoを使って簡単にシリアル通信をしてみました。 ソースコードはこんな感じです。 int c; void setup() { Serial.begin(9600); Serial.println(&quot;START&quot;); } void loop() { if(Serial.available()&gt;0){ c = Serial.read(); if((c&gt;='A')&amp;(c&lt;='Z')){ c = c - 'A' + 'a'; Serial.write(c); } } } で、これがどんなプログラムかと言うと ArduinoIDEのシリアルモニタから入力したデータをArduinoが返信しま…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdrumsko-tommy.hatenablog.com%2Fentry%2F2016%2F02%2F07%2F161643&quot; title=&quot;Arduinoでシリアル通信をしてみた - 日誌&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/d/drumsko-tommy/20160207/20160207155634.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-02-07 16:16:43</published>
  <title>Arduinoでシリアル通信をしてみた</title>
  <type>rich</type>
  <url>https://drumsko-tommy.hatenablog.com/entry/2016/02/07/161643</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
