
KL25Z RPC testing step by step

Get start - mBed firmware installation
http://mbed.org/platforms/KL25Z/

mBed firmware
http://mbed.org/media/uploads/samux/mbed_if_v2.0_frdm_kl25z.s19



Install RPC_USBSerial into KL25Z
Register into mbed.org;
Select platform KL25Z in compiler;
Import program, Compile, download RPC_USBSerial.bin to PC;
Save RPC_USBSerial.bin to MBED drive;


Serial Communication with a PC
http://mbed.org/handbook/SerialPC



Windows serial configuration
http://mbed.org/handbook/Windows-serial-configuration


Find COM Port number, "COM?", at:
Control Panel > Syetem > Hardware > Device Manager > Ports(COM & LPT) > Mbed Virtual Serial Port(COM?)


install python 2.7
install pyserial http://sourceforge.net/projects/pyserial/files/pyserial/2.5/pyserial-2.5.win32.exe/download


Copy/Paste from serial_raw_rpc_test.py.txt to python command line terminal