An example Program for the SimpleSerialProtocol Library, This program will receive a packet, then echo it back to the client

Dependencies:   mbed SimpleSerialProtocol MODSERIAL

A simple example program that receives a packet over serial and echos it back.

I include this java program to show an example client application, all this program does is send packets as fast as it can without filling up its output buffer, the mbed will echo these packets back.

This is a good benchmark of the serial connection, and should show about 11KB/s at 115200baud

/media/uploads/p3p/serialecho.zip

example command: java -jar SerialEcho.jar com3 115200

mbed.bld

Committer:
p3p
Date:
2014-09-19
Revision:
13:e27d84516fa8
Parent:
11:a051c3f9ca6d

File content as of revision 13:e27d84516fa8:

http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013