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

Committer:
p3p
Date:
Mon Jan 16 22:46:45 2012 +0000
Revision:
2:8799090c0fe4
Parent:
0:109a0b974600
Child:
8:62b97019c7a1
Modified to reflect changes in the SimpleSerialProtocol Library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
p3p 2:8799090c0fe4 1 http://mbed.org/users/mbed_official/code/mbed/builds/7110ebee3484