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

Files at this revision

API Documentation at this revision

Comitter:
p3p
Date:
Sun Jul 29 19:36:30 2012 +0000
Parent:
7:1b18e5911ccd
Child:
9:81ea54f202e9
Commit message:
repository clean

Changed in this revision

MODDMA.lib Show diff for this revision Revisions of this file
MODSERIAL.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/MODDMA.lib	Sun Jul 29 19:34:11 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/p3p/code/MODDMA/#558d6dacfb89
--- a/MODSERIAL.lib	Sun Jul 29 19:34:11 2012 +0000
+++ b/MODSERIAL.lib	Sun Jul 29 19:36:30 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/AjK/code/MODSERIAL/#af2af4c61c2f
+http://mbed.org/users/AjK/code/MODSERIAL/#5c45c21f36b7
--- a/mbed.bld	Sun Jul 29 19:34:11 2012 +0000
+++ b/mbed.bld	Sun Jul 29 19:36:30 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/7110ebee3484
+http://mbed.org/users/mbed_official/code/mbed/builds/10b9abbe79a6
\ No newline at end of file