Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of 06_frdm_uart2 by
Homepage
Communication via UART2¶
Simple demo to demonstrate communication via UART2 module. Wire up the arrangement, find your virtual serial port at your computer and watch the transmission by using a terminal application.
The deafault settings are: 9600 bps, 8bit, no parity, 1 stop bit.
Hardware requirements:¶
- FRDM-KL25Z board
- FTDI cable (or similar USB to UART TTL converter device)
Wiring:¶
- FTDI RX to PTE22
- FTDI TX to PTE23
- FTDI GND to GND
- FTDI 5V to Vin (or FTDI 3.3V to 3V3)