Welcome, Guest. Please login or register.

Author Topic: How to use SER: in AmigaDOS to receive data?  (Read 2287 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show all replies
Re: How to use SER: in AmigaDOS to receive data?
« on: April 19, 2003, 03:01:03 AM »
im not sure id bother doing it that way... but wouldnt AUX: be better?
 

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show all replies
Re: How to use SER: in AmigaDOS to receive data?
« Reply #1 on: April 19, 2003, 03:09:55 AM »
are you using the copy command?
like:
copy ser: filename

i remember trying to do that kind of thing years ago, and i never got anywhere so i gave up

let us know if you work out a perfect solution...
 

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show all replies
Re: How to use SER: in AmigaDOS to receive data?
« Reply #2 on: April 19, 2003, 03:20:19 AM »
i think one problem i used to find is that there was no way to send a break character accross

i remember having to reset my amigas over and over...
 

Offline iamaboringperson

  • Hero Member
  • *****
  • Join Date: Jun 2002
  • Posts: 5744
    • Show all replies
Re: How to use SER: in AmigaDOS to receive data?
« Reply #3 on: April 19, 2003, 03:28:44 AM »
Quote

patrik wrote:
Do you know what the break-character is?


/Patrik


actually i meant the EOF char
which for the amiga is ctrl-\
also ctrl-z is ment to be end of file
but you could also try: ctrl-c,d,e, or f - the break chars


remember also the 'break' command