1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 20:22:22 +00:00

MMODEM - Xmodem file transfer.

This commit is contained in:
Lars Brinkhoff
2021-02-22 10:34:03 +01:00
parent 078fc0a18a
commit e1d6f35d7d
5 changed files with 35 additions and 0 deletions

27
doc/_info_/mmodem.order Executable file
View File

@@ -0,0 +1,27 @@
MMODEM is the ITS companion to the CP/M 'MODEM' file transfer program.
Usage:
:MMODEM xx filename
where xx is one of:
S - send file. MMODEM figures out whether it is an ascii or a COM file
SA - send ascii file
SC - send COM file
SH - send HEX file. The file is 'comified' in core before being sent
SM - send MACN80 output file. The file is 'comified' in core before being sent
R - receive file. MMODEM guesses format (ascii/COM) by file type, or asks you
RA - receive ascii file
RC - receive COM file
RZ - receive ascii file containing ^Z's. Normally ^Z is treated as end of file
With this option, only trailing ^Zs are ignored.
RAC,RCC,RZC - like RA,RC,RZ but using CRC's instead of checksums.
Also available:
SB - send random binary file (4 8-bit bytes per PDP-10 word, left-justified).
RB - receive random binary file.
RBC - receive random binary file using CRC's instead of checksums.
Note that the non-ascii files on the CPM; directory are *not* random binary
files, they are COM files. Use SC/RC for those.
Mail bugs, questions, feature requests to BUG-MMODEM@MC.

View File

@@ -227,6 +227,7 @@
- MINSKY TRON, display hack translated from the PDP-1.
- MLDEV/MLSLV, allows access to remote systems as devices (e.g. DB:).
- MLIFE, Mike Speciner's Conway Life.
- MMODEM, Xmodem file transfer.
- MODEMS, modems dragon.
- MONIT, lightweight ATSIGN HACTRN replacement without debugging support.
- MSEND, send to many users.