<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Ftio</id>
	<title>Linux/tio - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Ftio"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/tio&amp;action=history"/>
	<updated>2026-06-26T11:04:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Linux/tio&amp;diff=6087&amp;oldid=prev</id>
		<title>Kenneth: /* Source Method */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/tio&amp;diff=6087&amp;oldid=prev"/>
		<updated>2022-09-07T23:33:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Source Method&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== tio ==&lt;br /&gt;
&lt;br /&gt;
tio - https://tio.github.io/&lt;br /&gt;
&lt;br /&gt;
== installation ==&lt;br /&gt;
&lt;br /&gt;
=== Source Method ===&lt;br /&gt;
&lt;br /&gt;
source: https://github.com/tio/tio&lt;br /&gt;
&lt;br /&gt;
 # Ubuntu Dependencies&lt;br /&gt;
 apt install autoconf gcc make git&lt;br /&gt;
&lt;br /&gt;
 # RedHat Dependencies&lt;br /&gt;
 yum install autogen autoconf automake gcc make git&lt;br /&gt;
&lt;br /&gt;
 mkdir ~/.src ; cd ~/.src&lt;br /&gt;
 git clone https://github.com/tio/tio.git&lt;br /&gt;
 cd tio&lt;br /&gt;
 #git checkout v1.30&lt;br /&gt;
 git checkout v1.32&lt;br /&gt;
 sh autogen.sh&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
Version 1.30 provides -m INLCRNL option, for force new lines in output.&lt;br /&gt;
 echo &amp;quot;alias tio=&amp;#039;tio -m INLCRNL&amp;#039;&amp;quot; &amp;gt;&amp;gt; ~/.bashrc&lt;br /&gt;
 alias tio=&amp;#039;tio -m INLCRNL&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==== Uninstall Source Method ====&lt;br /&gt;
&lt;br /&gt;
 cd ~/.src/tio&lt;br /&gt;
 make uninstall&lt;br /&gt;
&lt;br /&gt;
=== tar method ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir ~/.src ; cd ~/.src&lt;br /&gt;
# wget https://github.com/tio/tio/releases/download/v1.20/tio-1.20.tar.xz&lt;br /&gt;
# tar -avxf tio-1.20.tar.xz&lt;br /&gt;
wget https://github.com/tio/tio/releases/download/v1.32/tio-1.32.tar.xz&lt;br /&gt;
tar -avxf tio-1.32.tar.xz&lt;br /&gt;
cd tio-1.32&lt;br /&gt;
./configure&lt;br /&gt;
make &amp;amp;&amp;amp; make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== usage ==&lt;br /&gt;
&lt;br /&gt;
 tio -b 115200 /dev/ttyUSB8&lt;br /&gt;
&lt;br /&gt;
== example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# tio -b 115200 /dev/ttyUSB7&lt;br /&gt;
[tio 16:53:30] tio v1.20&lt;br /&gt;
[tio 16:53:30] Press ctrl-t q to quit&lt;br /&gt;
[tio 16:53:30] Connected&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== references ==&lt;br /&gt;
&lt;br /&gt;
https://askubuntu.com/questions/40959/how-do-i-connect-to-tty-com-dev-ttyusb0/40970&lt;br /&gt;
&lt;br /&gt;
https://software.intel.com/en-us/setting-up-serial-terminal-on-system-with-linux&lt;br /&gt;
&lt;br /&gt;
https://embeddedfreak.wordpress.com/2008/08/12/using-gnu-screen-to-debug-your-serial-port/&lt;br /&gt;
&lt;br /&gt;
== Cygwin ==&lt;br /&gt;
&lt;br /&gt;
See [[Cygwin#tio]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>