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
History
SSP api change
2014-09-19, by p3p [Fri, 19 Sep 2014 15:51:52 +0000] rev 13
SSP api change
Updated to reflect changes in SimpleSerialProtocol
2014-09-18, by p3p [Thu, 18 Sep 2014 17:38:14 +0000] rev 12
Updated to reflect changes in SimpleSerialProtocol
Simplified
2014-08-27, by p3p [Wed, 27 Aug 2014 18:05:51 +0000] rev 11
Simplified
Final revision fix
2012-07-29, by p3p [Sun, 29 Jul 2012 19:46:09 +0000] rev 10
Final revision fix
fix
2012-07-29, by p3p [Sun, 29 Jul 2012 19:38:22 +0000] rev 9
fix
repository clean
2012-07-29, by p3p [Sun, 29 Jul 2012 19:36:30 +0000] rev 8
repository clean
repository weirdness
2012-07-29, by p3p [Sun, 29 Jul 2012 19:34:11 +0000] rev 7
repository weirdness
Dma tests removed
2012-07-29, by p3p [Sun, 29 Jul 2012 19:31:31 +0000] rev 6
Dma tests removed
override Serial io
2012-03-17, by p3p [Sat, 17 Mar 2012 16:42:31 +0000] rev 5
override Serial io
Modified to reflect changes in SimpleSerialProtocol Library
2012-01-16, by p3p [Mon, 16 Jan 2012 22:45:34 +0000] rev 4
Modified to reflect changes in SimpleSerialProtocol Library