Transfering files from a NuttX board to the computer
2023-9-2 21:50:15 Author: acassis.wordpress.com(查看原文) 阅读量:11 收藏

In this youtube video I explained how to transfer files from computer to the board using NuttX:
https://www.youtube.com/watch?v=Ne3SZZrwL9c

But it is possible to transfer files from the board to the computer, ie:

nsh> sz -d /dev/ttyS0 -r data.db -x 1 -o 0 /mnt/esp/wifi/data.db

When you run this command the minicom automatically starts receiving the file.


文章来源: https://acassis.wordpress.com/2023/09/02/transfering-files-from-a-nuttx-board-to-the-computer/
如有侵权请联系:admin#unsafe.sh