Revision: 1402
Author: sebastien.lelong
Date: Wed Oct 21 23:03:26 2009
Log: fixed mixed case image filename in XML, moved all serial board images  
to "images" directory and prefix them to avoid collision
http://code.google.com/p/jallib/source/detail?r=1402

Added:
  /trunk/doc/dita/tutorials/images/serialboard_breadboard.jpg
  /trunk/doc/dita/tutorials/images/serialboard_max232.jpg
  /trunk/doc/dita/tutorials/images/serialboard_port.jpg
  /trunk/doc/dita/tutorials/images/serialboard_port2.jpg
  /trunk/doc/dita/tutorials/images/serialboard_purchased1.jpg
  /trunk/doc/dita/tutorials/images/serialboard_purchased2.jpg
  /trunk/doc/dita/tutorials/images/serialboard_purchased3.jpg
  /trunk/doc/dita/tutorials/images/serialboard_realterm.jpg
  /trunk/doc/dita/tutorials/images/serialboard_realterm2.jpg
  /trunk/doc/dita/tutorials/images/serialboard_serial-board.jpg
Deleted:
  /trunk/doc/dita/tutorials/images/tutorial_serial_port_board
Modified:
  /trunk/doc/dita/tutorials/tutorial_serial_port_board.xml

=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_breadboard.jpg Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_max232.jpg     Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_port.jpg       Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_port2.jpg      Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_purchased1.jpg Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_purchased2.jpg Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_purchased3.jpg Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_realterm.jpg   Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_realterm2.jpg  Wed Oct 21  
23:03:26 2009
Binary file, no diff available.
=======================================
--- /dev/null   
+++ /trunk/doc/dita/tutorials/images/serialboard_serial-board.jpg       Wed Oct 
 
21 23:03:26 2009
Binary file, no diff available.
=======================================
--- /trunk/doc/dita/tutorials/tutorial_serial_port_board.xml    Sun Sep 27  
15:42:46 2009
+++ /trunk/doc/dita/tutorials/tutorial_serial_port_board.xml    Wed Oct 21  
23:03:26 2009
@@ -10,7 +10,7 @@
      <p>In this tutorial, we&apos;re going to build a serial port that can  
connect your PIC&apos;s TX and RX pins to your pc or other hardware using a  
max232 chip.</p>
      <section>
        <p>Many circuits will require some serial port communication, you  
may buy yourself a rs232 to TTL adapter off the net for as little as $10,  
or you can build one yourself. The max232 is a very popular chip. It  
converts your 5v circuit to the 12v required for serial communication to  
things like your PC. Many microcontrollers have RX and TX output pins. Here  
is a image of the max232 adapter I purchased. It has input pins for RX, TX,  
CT, RT as well as GND and 5v. The RX and TX pins can be directly connected  
to your PIC.</p>
-      <p><image  
href="images/tutorial_serial_port_board/purchased1.jpg"/><image  
href="images/tutorial_serial_port_board/purchased2.jpg"/><image  
href="images/tutorial_serial_port_board/purchased3.jpg"/></p>
+      <p><image href="images/serialboard_purchased1.jpg"/><image  
href="images/serialboard_purchased2.jpg"/><image  
href="images/serialboard_purchased3.jpg"/></p>
      </section>
      <section>
        <p>Now, lets build our own!
@@ -18,7 +18,7 @@
  </p>
        <p>First get yourself a RS232 port, you can cut up one of your  
serial port cords, or buy a port from the store for a dollar or two.
  </p>
-      <p><image href="images/tutorial_serial_port_board/port.jpg"/><image  
href="images/tutorial_serial_port_board/port2.JPG"/></p>
+      <p><image href="images/serialboard_port.jpg"/><image  
href="images/serialboard_port2.jpg"/></p>
      </section>
      <section>
        <p>I am going to use a cut serial port cord since it already has  
leads on it, and is long enough to reach my pc. Use your millimeter to find  
the pin numbers, and touch up the wires with solder so they’ll go into your  
breadboard easily.
@@ -26,13 +26,13 @@
  </p>
        <p>Now build the circuit, As you can see, you will need the max232  
chip from your local electronics store and a few 1uf capacitors.
  </p>
-      <p><image href="images/tutorial_serial_port_board/max232.jpg"/></p>
-      <p><image  
href="images/tutorial_serial_port_board/breadboard.jpg"/></p>
+      <p><image href="images/serialboard_max232.jpg"/></p>
+      <p><image href="images/serialboard_breadboard.jpg"/></p>
      </section>
      <section>
        <p>Great job, now connect the RX and TX pins to your circuit, and  
plug the rs232 port directly your pc, or to a usb-to-serial adapter, or  
even to a bluetooth-to-serial adapter for short range wireless.</p>
        <p>I strongly suggest you make this on a PCB with pins that will  
plug to your breadboard. you’ll use it a lot!</p>
-      <p><image  
href="images/tutorial_serial_port_board/serial-board.jpg"/></p>
+      <p><image href="images/serialboard_serial-board.jpg"/></p>
        <p>You can use serial_hardware lib or serial_software lib to  
transmit data to your pc, check for it in the other jallib projects. I  
suggest the software realterm for sending/receiving data to your PIC</p>
        <p>Open Source REALTERM http://realterm.sourceforge.net/
  </p>
@@ -40,9 +40,9 @@
  </p>
        <p>Open the software, click “Port”, choose your speed and port  
number and press “open”</p>
        <p>Hex output</p>
-      <p><image href="images/tutorial_serial_port_board/realterm.jpg"/></p>
+      <p><image href="images/serialboard_realterm.jpg"/></p>
        <p>Ascii output</p>
-      <p><image  
href="images/tutorial_serial_port_board/realterm2.jpg"/></p>
+      <p><image href="images/serialboard_realterm2.jpg"/></p>
      </section>
    </body>
  </topic>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to