An example program for SerialFileTransfer, receives files from a java application and stores them on the LocalFileSystem
Dependencies: MODSERIAL SerialFileTransfer SimpleSerialProtocol mbed
SerialFileReceiver allow the mbed to receive a file using binary packets over the serial connection,
you can test the library with this java application /media/uploads/p3p/mbedserialfiletransfer.zip
the arguments to the command are, Comport Baudrate file to see the console output use java, not javaw
Example command: java -jar SerialTransfer.jar com3 115200 test.bin
History
SimpleSerialProtocol api change (default codec used automatically)
2014-09-19, by p3p [Fri, 19 Sep 2014 15:56:23 +0000] rev 4
SimpleSerialProtocol api change (default codec used automatically)
Updated to reflect changes in SimpleSErialProtocol
2014-09-18, by p3p [Thu, 18 Sep 2014 17:49:08 +0000] rev 3
Updated to reflect changes in SimpleSErialProtocol
publish
2014-08-27, by p3p [Wed, 27 Aug 2014 18:03:07 +0000] rev 2
publish
Moves SerialFileTransfer to library
2014-08-27, by p3p [Wed, 27 Aug 2014 17:59:30 +0000] rev 1
Moves SerialFileTransfer to library
Initial Commit, Using the SimpleSerialProtocol library to send files to the mbed
2014-08-27, by p3p [Wed, 27 Aug 2014 17:51:48 +0000] rev 0
Initial Commit, Using the SimpleSerialProtocol library to send files to the mbed