Welcome, Guest. Please login or register.

Author Topic: data transfer via serial port  (Read 1959 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: data transfer via serial port
« on: June 12, 2007, 07:35:26 AM »
And how will he get the Terminus application on to his Amiga :roll:

@wlfrancis
There are very few options unless you have the capability to send at least some small software to your Amiga first.

The easiest option is to mount the PC0 mountlist on your Amiga, insert a floppy disk, and format PC0. This disk will then be read/writeable in both the Amiga and a PC. So you could put the disk in a friend's PC to put a terminal application on it, and then copy it to your Amiga.

The second option if you can't find a PC with a floppy drive is here. It involves writing an Arexx script which will receive a file through the Serial port. You don't have any way to copy the script to your Amiga, so you would have to type it in. The problem here is that you have to run a piece of software called ADFSender on a PC to actually send the file. I don't know if there is a Mac alternative.

Hope this helps.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: data transfer via serial port
« Reply #1 on: June 12, 2007, 07:38:14 AM »
Further to my post above, there is a third option: take the hard drive out of the Amiga and put it in a USB hard disk caddy. Connect this to your Mac and run an Amiga emulator to get access to the disk and copy the files you need to it (i.e. the terminal app). This would probably be quite complicated to set up just for this purpose so one of the other options would probably be preferable.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10