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

Committer:
p3p
Date:
Wed Aug 27 17:51:48 2014 +0000
Revision:
0:a0abf3eff698
Child:
3:116c45e2a41e
Initial Commit, Using the SimpleSerialProtocol library to send files to the mbed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
p3p 0:a0abf3eff698 1 http://mbed.org/users/p3p/code/SimpleSerialProtocol/#98ad30934a71