File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,22 +8,22 @@ Send data from the UART1 port to the UART0 port. Other things to try;
8
8
uart0 = UART(0)
9
9
----
10
10
11
- Which will opens a UART connection at the default baudrate of 115200, and
11
+ which will open a UART connection at the default baudrate of 115200, and
12
12
13
13
[source,python]
14
14
----
15
- uart0.readline() # <2>
15
+ uart0.readline()
16
16
----
17
17
18
- which will read until the CR (\r) and NL (\n) characters then returns the line.
18
+ which will read until the CR (\r) and NL (\n) characters, then return the line.
19
19
20
20
== Wiring information
21
21
22
22
See <<uart-wiring-diagram>> for wiring instructions.
23
23
24
24
[[uart-wiring-diagram]]
25
25
[pdfwidth=75%]
26
- .Wiring two of the Pico's ports together. Be sure to wire UART0n TX to UART1 RX and UART0 RX to UART1 TX.
26
+ .Wiring two of the Pico's ports together. Be sure to wire UART0 TX to UART1 RX and UART0 RX to UART1 TX.
27
27
image::pico_uart_example.png[]
28
28
29
29
== List of Files
@@ -35,10 +35,10 @@ uart.py:: The example code.
35
35
== Bill of Materials
36
36
37
37
.A list of materials required for the example
38
- [[ring -bom-table]]
38
+ [[uart -bom-table]]
39
39
[cols=3]
40
40
|===
41
41
| *Item* | *Quantity* | Details
42
42
| Breadboard | 1 | generic part
43
43
| Raspberry Pi Pico | 1 | http://raspberrypi.org/
44
- |===
44
+ |===
You can’t perform that action at this time.
0 commit comments