]> git.sur5r.net Git - freertos/blob - Demo/AVR32_UC3A_GCC/Atmel_SW_Framework/DRIVERS/USART/readme.html
Temporarily revert the AVR32 port back to the V6.0.5 files. Work will continue on...
[freertos] / Demo / AVR32_UC3A_GCC / Atmel_SW_Framework / DRIVERS / USART / readme.html
1 <!-- UC3_START -->
2 <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
3 <html>
4    <head>
5       <link rel="stylesheet" type="text/css" href="../../.docsrc/AVR32_ns.css">
6    </head>
7       <div id="wrapper">
8    <body>
9 <p align="left" class="whs2"><a href="../DRIVERS_Readme.html"<font color="red"></font>Back to DRIVERS page</a></p>   
10 <h1 align="center" class="whs1">AVR UC3 Series Software Framework: USART Driver<br>
11 </h1>
12
13 <p align="center" class="whs2">Copyright &copy; 2007 Atmel Corporation</p>
14
15 <h2>Introduction</h2>
16     <p>This driver will let you communicate through serial ports of all AVR&reg;32 AT32UC3 devices.</p>
17 <p>&nbsp;</p>
18
19 The USART driver philosophy of usage is:
20 <li> Configure one (or several) USART in the wanted mode [usart_init_xxxxx]</li>
21 <li> Send or receive data on the configured USART, [usart_putchar, usart_getchar, usart_write_line, ...]</li>
22
23 <h2>USART Driver</h2>
24     <p>The driver is composed of <a href="usart.c">usart.c</a> and <a href="usart.h">usart.h</a>.</p>
25     </p>
26
27 <p>&nbsp;</p>
28     <p>One example is currently available: </p>
29     <p><li><a href="./USART_EXAMPLE/readme.html">Simple access to a serial port</a></li></p>
30 <p>&nbsp;</p>
31
32
33 <hr align="center" width="50%" class="whs4">
34
35     <p class=legalfooter>AVR is a registered trademark of
36     Atmel Corporation.</p>
37    </div>
38    </body>
39 </html>
40 <!-- UC3_END -->