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

Changes

RevisionDateWhoCommit message
1:03b6c60e3554 2015-11-23 icserny use CR+LF convention default tip
0:307548c79526 2015-11-23 icserny First version