home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cpm86 / c86xr2.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. CPM-86 Kermit for Rainbow - 'SET BAUD' modifications
  2. ====================================================
  3.  
  4. The modifications implement three new features:
  5.  
  6. 1. Set baud
  7. ===========
  8.  
  9.    The 'SET BAUD' subcommand has been implemented and works as on the CPM-80
  10. implementation. The user is presented with a 'menu' of speeds and chooses one
  11. by pressing the appropriate key. To change the baud rate simply type 'SET
  12. BAUD' and choose the required speed. 
  13.  
  14.  
  15. 2. Show baud
  16. ============
  17.  
  18.    The 'SHOBD' routine has been implemented so that both 'SHOW' and 'STATUS' 
  19. list the currently selected baud rate.
  20.  
  21.  
  22. 3. Default baud rate set
  23. ========================
  24.  
  25.    The program now sets a default baud rate (currently 2400), this being
  26. determined at assembly time. To change the default speed modify the value
  27. assigned to 'DEFBD' ('DEFBD' is defined in the C86XXX file) and re-assemble as
  28. described in the main help file. The internal speed codes are given in the
  29. source file comments. 
  30.  
  31.  
  32. Other Points
  33. ============
  34.  
  35.    These modifications override the speed set by the VT-100 terminal emulator,
  36. the VT-100 values being re-instated when kermit terminates. If the VT-100 set
  37. up pages are used to modify the baud rate while kermit is running then the
  38. baud rate shown by 'SHOW' may be incorrect as the set up pages will modify the
  39. baud rate back from any set by kermit. If this does occur set up the baud rate
  40. again from kermit with the 'SET BAUD' command. 
  41.    All the described modifications and additions are to the C86XXX.A86 system
  42. depend I/O procedures module of the source and are fully documented and
  43. commented in the source code. 
  44.  
  45.  
  46. Mark Woollard
  47. Animal and Grassland Research Institute
  48. Hurley
  49. Nr. Maidenhead
  50. Berks.
  51.