6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
sload: is used to download an S-record formatted file via the RS232 to
|
|
a target machine using a simple ACK-NAK protocol. The file to be downloaded
|
|
must be converted to S-record format using the convert program.
|
|
|
|
Ex: convert -srec3 < targetfile > result
|