Simple demo for the FRDM-KL25Z board to demonstrate communication via UART2

Dependencies:   mbed

Fork of 06_frdm_uart2 by Istvan Cserny

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)

/media/uploads/icserny/05_frdm_uart2_bb.png

/media/uploads/icserny/05_frdm_uart2_out.png

Committer:
icserny
Date:
Mon Nov 23 11:58:02 2015 +0000
Revision:
1:03b6c60e3554
Parent:
0:307548c79526
use CR+LF convention

Who changed what in which revision?

UserRevisionLine numberNew contents of line
icserny 0:307548c79526 1 http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11