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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
13:e27d84516fa8 | 2014-09-19 | p3p | SSP api change |
12:1d1d8425c79c | 2014-09-18 | p3p | Updated to reflect changes in SimpleSerialProtocol |
11:a051c3f9ca6d | 2014-08-27 | p3p | Simplified |
10:f6862abba2d5 | 2012-07-29 | p3p | Final revision fix |
9:81ea54f202e9 | 2012-07-29 | p3p | fix |
8:62b97019c7a1 | 2012-07-29 | p3p | repository clean |
7:1b18e5911ccd | 2012-07-29 | p3p | repository weirdness |
6:d33e929ebaa9 | 2012-07-29 | p3p | Dma tests removed |
5:f693f68e9de6 | 2012-03-17 | p3p | override Serial io |
4:c0a69c32d054 | 2012-01-16 | p3p |
Modified to reflect changes in SimpleSerialProtocol Library |
3:8ac7e37d0e0e | 2012-01-27 | p3p | Updated to reflect changes in the SimpleSerialProtocol API |
2:8799090c0fe4 | 2012-01-16 | p3p | Modified to reflect changes in the SimpleSerialProtocol Library |
1:c007775d6d21 | 2011-11-24 | p3p | (none) |
0:109a0b974600 | 2011-11-24 | p3p | (none) |