25 Transmit UART

25 : Transmit UART

Select Project123456789ONSW2
  • Author: Tom Keddie
  • Description: Transmits a async serial string on a pin
  • GitHub repository
  • Clock: 1200 Hz

How it works

Sends an async uart message on severals pins

How to test

Attach a uart receiver to each pins, set the baud rate to 1200 and read the messages

External hardware

Serial cable

IO

#InputOutput
0clockuart_tx_0
1resetuart_tx_1
2uart_tx_2
3
4
5
6
7