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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:dfe9a9434a92 | 2014-09-19 | p3p | SimpleSerialProtocol api change (default codec used automatically) |
3:116c45e2a41e | 2014-09-18 | p3p | Updated to reflect changes in SimpleSErialProtocol |
2:1c0a9448df44 | 2014-08-27 | p3p | publish |
1:7bba1d7d9680 | 2014-08-27 | p3p | Moves SerialFileTransfer to library |
0:a0abf3eff698 | 2014-08-27 | p3p | Initial Commit, Using the SimpleSerialProtocol library to send files to the mbed |