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.
Homepage
This program is test of LPC1114 serial communication.
When you use Mac, it is as follows.
1)Run the Terminal.app.
2)ls /dev/tty.usb*
When you use USB-Serial converter and RS232C level conveter, It is displayed with /dev/tty.usbserial-xxxxxxxxx.
When you use LPC1114FN28 mbed board from USB cable, It is displayed with /dev/tty.usbmodemfdxxxx.
3)Run the screen command.
screen /dev/tty.usbXXXXXXXX.
4)Press 'u' to turn LED1 brightness up,'d' to turn it down.
Case1:LPC1114FN28 mbed board.
Case2:LPC1114 CPU stand alone.