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
SerialFileTransfer.lib@4:dfe9a9434a92, 2014-09-19 (annotated)
- Committer:
- p3p
- Date:
- Fri Sep 19 15:56:23 2014 +0000
- Revision:
- 4:dfe9a9434a92
- Parent:
- 3:116c45e2a41e
SimpleSerialProtocol api change (default codec used automatically)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
p3p | 3:116c45e2a41e | 1 | http://mbed.org/users/p3p/code/SerialFileTransfer/#f8aaff9c57e3 |