Transferring Files: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
 
#* PARCP using LPT (printer port)
 
#* PARCP using LPT (printer port)
 
#* Generic NULL modem serial communication with Zmodem
 
#* Generic NULL modem serial communication with Zmodem
  +
#* Ethernet - a TCP/IP network
   
 
== Programs ==
 
== Programs ==

Revision as of 04:19, 12 August 2011

At some point in time, you'll want to be able to transfer files between your PC/Mac/Linux box and your Atari. This page will cover some of the possibilities.

  1. Using a home-brew SneakerNet
    • floppy
    • USB memory stick / thumb drive - NetUSBee
    • SD / CF card
    • entire HDD
  2. A network between your Atari and PC
    • Ghostlink using serial port
    • PARCP using LPT (printer port)
    • Generic NULL modem serial communication with Zmodem
    • Ethernet - a TCP/IP network

Programs

  • DIALUPS : Documentation de DIALUPS by Olivier Booklage.
  • Ghostlink : Ghostlink is a link between an Atari GEM Computer (Master) and a MS-DOS computer (Slave) by BLITZ.
  • LPT port support on Windows : Deprotection against program access to the computer's device input/output registers on Microsoft Windows.
  • PARCP : PARallel CoPier by Petr Stehlik.

External links



Back to Main Page