Site updated at 2017-05-30 07:00:40 UTC

This commit is contained in:
Travis CI 2017-05-30 07:00:40 +00:00
parent 39e60ce9d2
commit 0d0f916b21
26 changed files with 43 additions and 39 deletions

View file

@ -102,6 +102,10 @@
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ls /dev/ttyUSB<span class="k">*</span>
</code></pre>
</div>
<p>Or, if there is no result try to find detailed USB connection info with:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>dmesg | grep USB
</code></pre>
</div>
<p>Or, on some other systems (such as Raspberry Pi), use:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>ls /dev/ttyACM<span class="k">*</span>