Hello,
I'm already able to communicate with RTT between my PC and my MCU (nRF52840). Now I'd like to transfer a whole binary file, but so far I did not find any way to do it.
What I tried is:
So I'd like to know what would be the best way, if any, to transfer such a file to the target (with RTT) ?
Note that I can copy the file content and paste it to RTTViewer, but for very large files, using the clipboard is not so good.
Best regards,
Tim
I'm already able to communicate with RTT between my PC and my MCU (nRF52840). Now I'd like to transfer a whole binary file, but so far I did not find any way to do it.
What I tried is:
- Drag & drop the file to the RTTViewer window => Not possible
- Drag & drop the file to the RTTClient terminal => Doesn't do anything
- Connect with Putty through Telnet to send the file from there => It seems whatever I write on Putty never reaches the target, I don't know why it doesn't work the same as RTTViewer
- Create a Python script doing that with telnetlib (Telnet) => Sans as with Putty, what is passed with the "write" function doesn't reach the target.
So I'd like to know what would be the best way, if any, to transfer such a file to the target (with RTT) ?
Note that I can copy the file content and paste it to RTTViewer, but for very large files, using the clipboard is not so good.
Best regards,
Tim