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
MODSERIAL.lib@6:d33e929ebaa9, 2012-07-29 (annotated)
- Committer:
- p3p
- Date:
- Sun Jul 29 19:31:31 2012 +0000
- Revision:
- 6:d33e929ebaa9
- Parent:
- 4:c0a69c32d054
- Child:
- 10:f6862abba2d5
Dma tests removed
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
p3p | 6:d33e929ebaa9 | 1 | http://mbed.org/users/AjK/code/MODSERIAL/#5c45c21f36b7 |