CVS: examples/uart_test README.txt,1.2,1.3

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/examples/uart_test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1695/examples/uart_test

Modified Files:
	README.txt 
Log Message:
- consistently name the files README.txt (with extension for the windows users)
- update some of the readmes contents and add new ones
- use the reStructuredText format for use with docutils rst2html

Index: README.txt
===================================================================
RCS file: /cvsroot/mspgcc/examples/uart_test/README.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- README.txt	27 Sep 2005 08:00:41 -0000	1.2
+++ README.txt	26 Dec 2005 20:37:03 -0000	1.3
@@ -1,5 +1,8 @@
-What's this?
------------
+uart_test
+=========
+
+Overview
+--------
 This is a simple hardware UART test program. It receives text lines over
 the serial port and writes back a status msg with length and contents of
 the buffer.
@@ -8,11 +11,13 @@
 no parity.
 
 Features are:
+
 Taskhandler/Eventhandler based design. Most of the time it stays in LPM0,
 while UART receive interrupts are handled. When a newline '\n' character
 is received, it seta an event/task flag and wakes up the main loop.
 The example task just writes out the received buffer.
-Received characters are vsible on port 1 if a LED array is connected.
+
+Received characters are visible on P1OUT if a LED array is connected.
 
 Required hardware
 -----------------
@@ -20,22 +25,24 @@
  - MSP430F135 or larger device with hardware UART (uses XT2 can be adapted
    to F123 or similar if basic clock settings are canged in hardware.h)
  
- - Level shifter / RS232 interface on port 3, USART0
-    TX: P3.4
-    RX: P3.5
+- Level shifter / RS232 interface on port 3, USART0, TX: P3.4, RX: P3.5
     
  - 8 MHz crystal on XT2 (other crystals possible, but the baudrate
    has to be adjusted in hardware.h)
 
 Disclaimer
 ----------
-This example is part of the mspgcc project http://mspgcc.sf.net
-See license.txt for details.
+This example is part of the mspgcc project http://mspgcc.sf.net.
+See license.txt_ for details.
 
 References
 ----------
- - mspgcc.sf.net: GNU C for the MSP430
- - TI MSP430 home: www.ti.com/msp430
+- http://mspgcc.sf.net: GNU C for the MSP430
+- TI MSP430 home: http://www.ti.com/msp430
 
 
 Chris Liechti <[email protected]>
+
+
+.. _license.txt: ../license.html
+



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.