Skip to content

Commit 8353c7c

Browse files
committed
update UART section in README
Signed-off-by: Drew Fustini <drew@pdp7.com>
1 parent bf97de6 commit 8353c7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,13 @@ ser = serial.Serial(port = "/dev/ttyO1", baudrate=9600)
202202
ser.close()
203203
ser.open()
204204
if ser.isOpen():
205-
print "Serial is open!"
205+
print "Serial is open!"
206206
ser.write("Hello World!")
207207
ser.close()
208208
```
209209
* Available UART names on BeagleBone
210210
* `UART1`: /dev/ttyO1, Rx: P9_26, Tx: P9_24
211211
* `UART2`: /dev/ttyO2, Rx: P9_22, Tx: P9_21
212-
* `UART3`: /dev/ttyO3, Rx: P9_42, Tx: none
213212
* `UART4`: /dev/ttyO4, Rx: P9_11, Tx: P9_13
214213
* `UART5`: /dev/ttyO5, Rx: P8_38, Tx: P8_37
215214
* note: `UART5` requires `disable_uboot_overlay_video=1` in `/boot/uEnv.txt`

0 commit comments

Comments
 (0)