XModem
The XModem layer implements transmission and reception of files using XModem
. Since it is a layer, you can use it to transfer files over any transport (TCP
, UDP
, Pipe
, etc.), not just Serial
.
Basic Setup
In IO Ninja, click the “New Session” dropdown and select a session type, e.g., “Serial”.

Select your device from the “Port:” dropdown.

Click the “Layer Pipelines” dropdown and select “XModem”.

Click “Transmit File with XModem” and select the file to upload.

Wait for the transfer to complete.

Click “Receive File with XModem” and select the location to save the file.

Wait for the transfer to complete.
