Serial Port: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
* get port settings
* get port settings
<blockquote>
<pre class="bash>
<pre class="bash>
stty -F /dev/ttyUSB0
stty -F /dev/ttyUSB0
</pre>
</pre>
 
</blockquote>


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">

Revision as of 12:15, 13 February 2018

  • get port settings
stty -F /dev/ttyUSB0