<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=HIP%3ATS-7000%3Aserial</id>
	<title>HIP:TS-7000:serial - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=HIP%3ATS-7000%3Aserial"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=HIP:TS-7000:serial&amp;action=history"/>
	<updated>2026-07-15T23:32:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.cs.earlham.edu/index.php?title=HIP:TS-7000:serial&amp;diff=5816&amp;oldid=prev</id>
		<title>Klyceje at 14:58, 29 June 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=HIP:TS-7000:serial&amp;diff=5816&amp;oldid=prev"/>
		<updated>2007-06-29T14:58:10Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Using serial ports on the TS-7260 =&lt;br /&gt;
To use the serial ports on the TS-7260 board, one must first free them from getty which is by default enabled to run on both serial ports. The init of getty is found in /etc/inittab which is the init file for processes that run continously on the board. Comment-out the line that looks like:&lt;br /&gt;
 lgn1:12345:respawn:/sbin/getty -L 115200 ttyAM1&lt;br /&gt;
by placing a &amp;quot;#&amp;quot; in front of it if you want to use com2 for communications with a device other than a console. The serial ports on the 7260 are /dev/ttyAM0 and /dev/ttyAM1 rather than the usual locations.&lt;br /&gt;
&lt;br /&gt;
For instructions on installing the perl serial port module, see [[HIP:TS-7000:perl|Getting Perl]].&lt;br /&gt;
&lt;br /&gt;
Include in perl scripts that use the serial port:&lt;br /&gt;
 use Device::SerialPort;&lt;br /&gt;
&lt;br /&gt;
= Installing minicom =&lt;br /&gt;
Installing minicom in ts-linux is done by doing an apt-get install on the Debian linux and then copying the necessary files over to the ts-linux directories in the same way as the method for perl outlined in [[HIP:TS-7000:perl|Getting Perl]].&lt;br /&gt;
&lt;br /&gt;
First:&lt;br /&gt;
 debian$ apt-get install minicom&lt;br /&gt;
&lt;br /&gt;
Then copy:&lt;br /&gt;
 debian$ sudo cp /usr/bin/minicom &amp;lt;tslinux&amp;gt;/usr/bin/.&lt;br /&gt;
 debian$ sudo cp /lib/libncurses.so.* &amp;lt;tslinux&amp;gt;/lib/.&lt;br /&gt;
 debian$ sudo cp -r /etc/terminfo/ &amp;lt;tslinux&amp;gt;/etc/.&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;tslinux&amp;gt; is the path to the root of your ts-linux install.&lt;/div&gt;</summary>
		<author><name>Klyceje</name></author>
	</entry>
</feed>