home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / SCIENCE / H_PROG12.ZIP / H_HELP5.TXT < prev    next >
Text File  |  1995-02-28  |  2KB  |  56 lines

  1. HELP-INITIALISATION                       H_PROG    V 1.2
  2.  
  3. This allows you to change the default communications parameters and the
  4. default directories of the program. These parameters are stored in a 
  5. file is called HITACHI.INI which resides in the program directory. You 
  6. can alter this file from the menu, or with a text editor. Please note 
  7. that the entries MUST be in the form that they have in the original INI 
  8. file. e.g. the Parity values MUST begin with an ",". 
  9.  
  10. Communications: 
  11.  
  12. NOTE: The parameters must FIRST be set up on the HITACHI F-2000 manually
  13. THEN you have to make the program agree with the HITACHI. (Stupid system
  14. but that's how the public command language is).
  15.  
  16. COM Ports:
  17. Because of limitations in how BASIC handles com ports, you only get a 
  18. choice of Com1: and Com2:. (It is possible to get Com3: and Com4:
  19. but that is serious interrupt programming, a bit beyond my present
  20. expertise).  
  21.  
  22. Baud:
  23. Restricted to the choices available with the HITACHI F-2000, the highest 
  24. rate it can handle is 4800. Use 4800 unless you have data clashes, then 
  25. try a lower rate.
  26.  
  27. Parity:
  28. For most computers N,8,1 is best (No parity, 8 data bits, one stop bit).
  29. Again, the choices are restricted by what the Hitachi can handle. Several 
  30. of the combinations in the Hitachi manual cannot be used with DOS machines.
  31.  
  32.  
  33. NOTE 2: If you alter the INI file with a text editor, then you can include
  34. values for parity that I have left out (there were too many weird ones). 
  35. The program will accept them.
  36.  
  37.  
  38. Directories:
  39.  
  40. I have set up the program so that the program files, data and temp files 
  41. are stored in different directories. This allows easy control of files.
  42. As temp files are deleted at the end of each operation, you could ignore 
  43. this, but it allows you to set a RAM disk as your temp file storage, 
  44. speeding things up.   
  45.  
  46. The Menu system:
  47.  
  48. You change Communications parameters either by a simple "press a key" 
  49. system. Directories are typed in, there is a primitive system to check that
  50. it is a valid file name. Only existing directories are accepted. You will 
  51. be prompted for another name if a non-existent directory is typed in.
  52.  
  53. You can choose to use the altered parameters only for a particular session, 
  54. or save then to the INI file. If things go badly wrong you can restore the
  55. internal defaults in the program.
  56.