Skip to content

Commit 3578ed8

Browse files
author
Amanda Butler
authored
Add image to Serial.md
Add class hierarchy image.
1 parent dac2258 commit 3578ed8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/api/drivers/Serial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Serial
22

3+
<span class="images">![](https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_serial.png)<span>Serial class hierarchy</span></span>
4+
35
The [Serial](/docs/development/introduction/glossary.html) interface provides UART functionality. The serial link has two unidirection channels, one for sending and one for receiving. The link is asynchronous, and so both ends of the serial link must be configured to use the same settings.
46

57
One of the serial connections uses the Arm Mbed USB port, allowing you to easily communicate with your host PC.

0 commit comments

Comments
 (0)