Simple demo for the FRDM-KL25Z board to demonstrate communication via UART2
Dependencies: mbed
Fork of 06_frdm_uart2 by
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)