User Tools

Site Tools


x68000:file_transfer_between_windows_pcs_and_x68000_machines_using_null_modem_cable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
x68000:file_transfer_between_windows_pcs_and_x68000_machines_using_null_modem_cable [2012/03/09 14:23] eidisx68000:file_transfer_between_windows_pcs_and_x68000_machines_using_null_modem_cable [2012/03/09 14:58] eidis
Line 197: Line 197:
 ==== 10.  Transfer files with 38400 bps speed ==== ==== 10.  Transfer files with 38400 bps speed ====
  
-It is possible to achieve even bigger speeds with MuTerm.+It is possible to achieve even higher speeds with MuTerm.
  
 Get it here: Get it here:
 http://nfggames.com/X68000/Mirrors/x68pub/x68tools/ONLINE/MUTERM/MUTERM.LZH http://nfggames.com/X68000/Mirrors/x68pub/x68tools/ONLINE/MUTERM/MUTERM.LZH
  
-Transfer it to X68000, extract the files from archive and open muterm.cnf in text editor. Change the following lines:+Transfer it to X68000, extract the files from archive and open muterm.cnf in text editor. Change the following lines.
  
 +From:
  
 +<code>
 +PMODE = 0
 +*SPEED  = 9600
 +XFLOW = 1
 +</code>
 +
 +To:
 +
 +<code>
 +PMODE = 1
 +SPEED = 38400
 +XFLOW = 0
 +</code>
 +
 +Start Tera Term Pro.
 +
 +<code>Tera Term Pro
 +       -Setup
 +               -Serial port
 +                       Baud rate:      38400
 +                       Data:           8 bit
 +                       Parity:         none
 +                       Stop:           1 bit
 +                       Flow control:   hardware <---- Don't use Xon/Xoff
 +                       Transmit delay
 +                               0 msec/char     0 msec/line
 +               -Save setup</code>
 +
 +On X68000 side launch MuTerm and use the following keys:
 +
 +<code>
 +F4 - Send
 +F5 - Receive
 +BREAK - Interrupt data transfer
 +SHIFT+BREAK - Exit to HumanOS
 +</code>
 +
 +
 +==== 11.  Transfer any files at 38400 bps from Windows PC to X68000 ====
 +
 +<code>From Tera Term Pro
 +       -File
 +               -Transfer
 +                       -XMODEM
 +                               -Send
 +                                       -Filename: any file
 +                                       --Option CRC ON <---- Important</code>  
 +
 +At X68000 in MuTerm press F5, type any name for the incoming file and press Enter.
 +
 +
 +==== 12.  Transfer any files at 38400 bps from X68000 to Windows PC ====
 +
 +<code>From Tera Term Pro
 +       -File
 +               -Transfer
 +                       -XMODEM
 +                               -Receive
 +                               -Option 1K ON <---- This will make file transfer slightly faster
 +                               -Option Binary ON <---- Otherwise you will get a corrupted file
 +                               -Type any name for the incoming file and click Open</code>
 +
 +At X68000 in MuTerm press F4, then hit Enter and select the file you want to transfer.
x68000/file_transfer_between_windows_pcs_and_x68000_machines_using_null_modem_cable.txt · Last modified: 2020/06/20 19:23 by NFG