home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / luxorabc80 / kermdoc.txt < prev    next >
Text File  |  2020-01-01  |  4KB  |  128 lines

  1. Luxor ABC80 KERMIT
  2.  
  3.  
  4. Program:        Anders Franz`n
  5.  
  6. ABC-Club        "ABC-Klubben", Stockholm, Sweden, a computer club.
  7.                 The name is in english the ABC-Club.
  8.  
  9.                 The ABC-Club was founded 1979 as a user group in Sweden for
  10.                 the Luxor ABC 8 bits microcomputers.
  11.  
  12.                 Today, Nokia has taken over Luxor and Nokia sells IBM
  13.                 compatible PC:s. The club has today a lot of members that
  14.                 use PC:s and other modern computers. The aim of the ABC-Club
  15.                 is today to be a user group for the old Luxor ABC computer
  16.                 users and PC users in Sweden.
  17.  
  18. Language:       All routines in assembler Zilog Z80
  19.  
  20. Documentation:  Anders Franz`n
  21.  
  22. Version:        1.0
  23.  
  24. Date:           Sept 24, 1987
  25.  
  26.  
  27. KERM ABC80 Kermit Capabilities At A Glance:
  28.  
  29.   Local operation:                   Yes
  30.   Remote operation:                  No
  31.   Transfers text files:              Yes
  32.   Transfers binary files:            Yes
  33.   Wildcard send:                     Yes
  34.   ^X/^Y interruption:                Yes
  35.   Filename collision avoidance:      Yes
  36.   Can time out:                      Yes
  37.   8th-bit prefixing:                 Yes
  38.   Repeat count prefixing:            Yes
  39.   Alternate block checks:            Yes
  40.   Terminal emulation:                No
  41.   Communication settings:            Yes
  42.   Transmit BREAK:                    No
  43.   IBM mainframe communication:       No
  44.   Transaction logging:               No
  45.   Session logging:                   No
  46.   Raw transmit:                      Yes
  47.   Act as server:                     No
  48.   Talk to server:                    No
  49.   Advanced server functions:         No
  50.   Advanced commands for servers:     No
  51.   Local file management:             No
  52.   Command/init files:                No
  53.   Command macros:                    No
  54.   Attribute packets:                 No
  55.   Extended-length packets:           No
  56.   Sliding windows:                   No
  57.  
  58.  
  59. KERM is a program that implements the Kermit file transfer protocol
  60. for the Luxor ABC80. The computer use the Zilog Z80 processor and
  61. has a proprietary operating system called ABC-DOS. The computer had
  62. a big market share in Sweden before the age of the IBM PC. They were
  63. also sold in the other nordic countries and to a lesser extent in the
  64. rest of Europe.
  65.  
  66.  
  67.  
  68.  
  69. Program Invocation
  70.  
  71. The KERM.BAC is the main program. Start the program with the BASIC
  72. command "RUN KERM". All the text in the program is in english.
  73.  
  74.  
  75.  
  76.  
  77. Terminal Emulation
  78.  
  79. The characters you type are sent out the port, and characters that
  80. arrive at the port are displayed on your screen.
  81.  
  82.  
  83. Installation of KERM
  84.  
  85. If you already have Kermit on your ABC80, you can use it to obtain new
  86. versions of KERM by Kermit file transfer.
  87.  
  88. If you do not have Kermit and there is no one from whom you can borrow a
  89. floppy disk to copy Kermit from, then try to download it on a IBM PC or IBM AT.
  90.  
  91. The IBM PC/AT program ABCDISK or WABC can format a diskette for ABC80
  92. on an IBM PC or IBM AT with 5.25 " diskettes and copy files from PCDOS/
  93. MSDOS to the ABC-diskette. ABCDISK and WABC are commercial software that
  94. is sold in Sweden.
  95.  
  96.  
  97.  
  98. Program Organization
  99.  
  100. The program is:
  101.  
  102. KERM.BAC        Main program
  103.  
  104.  
  105. Sources:
  106.  
  107. KERM.ASM
  108. KERM1.ASM
  109. KERM2.ASM
  110. KERM3.ASM
  111. KERM4.ASM
  112. KERM5.ASM
  113. KERM6.ASM
  114. KERM7.ASM
  115.  
  116. Documentation:
  117.  
  118. KERM.DOC    This text
  119. KERM.INF    Short infofile in swedish
  120. KERM.TXT        Big documentation in swedish
  121. KERMASM.INF    Info about the sources in swedish
  122.  
  123. Utility programs:
  124.  
  125. KERMDUMP.BAS    Source for a program that dumps the session on file
  126. KERMDUMP.INF    Info in swedish
  127. KERMQUIT.BAS    Source for a sample program for exits back to Kermit
  128.