From d62a557e62115869539d79801584c034fd49c907 Mon Sep 17 00:00:00 2001 From: naksper <61098366+naksper@users.noreply.github.com> Date: Sat, 26 Aug 2023 09:19:56 +0200 Subject: [PATCH] Update send files over UART.md --- en/send files over UART.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/send files over UART.md b/en/send files over UART.md index bf363a2..d6c6e20 100644 --- a/en/send files over UART.md +++ b/en/send files over UART.md @@ -6,7 +6,7 @@ How to send files over UART If SD card reader failt and there is no network configured on your cam you may need to send a new firmware over UART interface to update the camera. -__Sender:__ +## Sender: First we encode the files @@ -24,7 +24,8 @@ picocom -f n -p n -d 8 -b 115200 --send-cmd "ascii-xfr -snv" /dev/ttyUSB0 Normally we want ascii-xfr on the receiving side, but since we don't have it, that -n works around this by maintaining correct line endings. -__Receiver::__ + +## Receiver: Now that we've connected, go to the directory where you want the received file. ```bash