home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 277.lha / GetSend / getsend.doc < prev    next >
Encoding:
Text File  |  1989-08-08  |  1.5 KB  |  35 lines

  1.     These programs transfer files at 115.2K baud from a PC to an Amiga.
  2.  
  3.         SEND.EXE, SEND.ASM    -    These are for the PC end.
  4.         GET, GET.ASM        -    For the Amiga end.
  5.  
  6.     First, type "GET" on the amiga end. The Amiga will appear to have locked up.
  7. Then, type "SEND <filename>" on the PC end. If everything is connected correctly,
  8. you should see a bunch of color flashes on the amiga screen while the file is
  9. transferred.
  10.     If you see a brief color flash as soon as you type "GET", that means that
  11. there was a garbage character in the serial buffer. Type the command again.
  12.     The PC end sends over COM1. If you need COM2, replace each MOV DX,3F?h
  13. in the source file with MOV DX,2F?h.
  14.     WARNING: This program disables interrupts while transferring blocks of
  15. data. Two problems can result from this:
  16.  
  17.     (1)  DON'T insert a floppy disk while transferring files. This can result
  18.         in a mangled disk. Don't remove the one you are transferring to,
  19.         either.
  20.     (2)  Hitting keys while interrupts are disabled can make the system lose
  21.         a key-release character. This will result in the last character
  22.         hit repeating infinitely. If this happens, hit the key that is
  23.         repeating.
  24.  
  25.     This program is intended for error-free direct connections. It does a
  26. simple checksum on each data block, but has no retry logic, etc. There are
  27. no error messages, but if the transfer doesn't take, try again. I've never
  28. had an error on two machines direct connected.
  29.  
  30.         Chris Green
  31.         Subliminal Software/Lerner Research
  32.         2309 Rock St #13
  33.         Mountain View, CA 94043
  34.         (415)-969-4757
  35.