summaryrefslogtreecommitdiff
path: root/www/mods/serialport.t
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-03-27 09:47:34 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-03-27 09:47:34 +0000
commite8c6b2052b11d85b8836a0c07e493b9562dd11eb (patch)
treec9255e329727fcbfacdf8eb6f6850a25f97b38e6 /www/mods/serialport.t
parent554b95aad3189b07d69f0b8fb59fda1932e0ac68 (diff)
downloadrockbox-e8c6b2052b11d85b8836a0c07e493b9562dd11eb.tar.gz
rockbox-e8c6b2052b11d85b8836a0c07e493b9562dd11eb.zip
Initial version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@33 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/mods/serialport.t')
-rw-r--r--www/mods/serialport.t22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/mods/serialport.t b/www/mods/serialport.t
new file mode 100644
index 0000000000..ce52ea67ec
--- /dev/null
+++ b/www/mods/serialport.t
@@ -0,0 +1,22 @@
1#define _PAGE_ Making LINE IN a serial port
2#include "head.t"
3
4<p>Here's how you connect the LINE IN jack to the 7034 serial port, in order
5to use it for remote debugging:
6
7<p>First, <a href="disassemble.html">disassemble the Archos</a> and
8<a href="disassemble2.html">take apart the electronics</a>.
9
10<p><a href="a7b.jpg"><img src="a7.jpg"></a>
11<br>
12Here's the first serial line put in place. It's a little difficult to see, but it goes from the pad on the right to the rightmost connector of the LINE IN jack on the left. Click the image for a 1244x764 version.
13
14<hr>
15
16<p><a href="a8b.jpg"><img src="a8.jpg"></a>
17<br>
18And here's how the second line should be connected. Click for bigger image.
19
20<p><i>Björn</i>
21
22#include "foot.t"