diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-06 13:57:30 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-07 13:18:36 -0400 |
commit | 552b8882ef04cb0028ec30a04b5464b1a17bccad (patch) | |
tree | 27332e20a6b5cfad0629917eb257fad24a9589a4 /docs/source/lang | |
parent | 012d9ba1c2069d4d072685b990cbd01b611bb751 (diff) | |
download | librambutan-552b8882ef04cb0028ec30a04b5464b1a17bccad.tar.gz librambutan-552b8882ef04cb0028ec30a04b5464b1a17bccad.zip |
USART refactor.
Diffstat (limited to 'docs/source/lang')
-rw-r--r-- | docs/source/lang/api/serial.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/lang/api/serial.rst b/docs/source/lang/api/serial.rst index 58002e3..29c70a2 100644 --- a/docs/source/lang/api/serial.rst +++ b/docs/source/lang/api/serial.rst @@ -12,6 +12,9 @@ devices. Introduction ------------ +.. FIXME remove Maple-specific documentation +.. FIXME Serial4, Serial5 updates for high-density devices + The Maple has three serial ports (also known as a UARTs or USARTs): ``Serial1``, ``Serial2``, and ``Serial3``. They communicate using the pins summarized in the following table: @@ -221,7 +224,7 @@ Arduino Compatibility Note Unlike the Arduino, none of the Maple's serial ports is connected to the USB port on the Maple board (for that, use :ref:`SerialUSB <lang-serialusb>`). Thus, to use these pins to communicate with your -personal computer, you will need an additional USB-to-serial adaptor. +personal computer, you will need an additional USB-to-serial adapter. .. TODO LATER port these examples over |