Changes

CPC M4 xfer tool

458 bytes added, 17:55, 13 January 2019
Command-line tool that allow to send files and receive from an [[M4 Board]]. Possibility to add an AMSDOS header too.
Current version : 2.0.03
Windows Executable : [[Mediahttps:Xfer//github.zip|Xfercom/M4Duke/cpcxfer/raw/master/xfer.zip]]exe Repository : https://github.com/M4Duke/cpcxfer
== Commands ==
!Effect
|-
|| xfer -u ipaddr file path opt || Upload file, opt 0: no header add, 1: add ascii header, 2: add binary header (specify start and exec addr. in hex)
|-
|| xfer -d ipaddr file path opt || Download file, opt 0: leave header, 1: remove header
|| xfer -f ipaddr file slot name || Upload rom
|-
|| xfer -x c ipaddr path+file || Execute remote fileUpload cartridge image (.CPR/.BIN)
|-
|| xfer -x ipaddr path+file || Execute file on CPC|-|| xfer -y ipaddr local_file || Upload file on CPC and execute it immediatly (the sd card must contain folder '/tmp')|-|| xfer -p ipaddr || Start (plus) cartridge|-|| xfer -s ipaddr || Reset CPC
|-
|| xfer -r ipaddr || Reboot M4
|}
 
<code>xfer -x 192.168.1.11 /mycode.bin</code> (to execute it)
Remote files can be basic/binary or SNA (emulator snapshot format).
If you are deving roms, they can be remotely uploaded too :
<code>xfer -r 192.168.1.11</code> (Reboot M4 for changes to take effect)
 
[[Category:Hardware]]
2,541
edits