home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / terminal / readme.asc < prev    next >
Text File  |  1993-04-21  |  3KB  |  61 lines

  1. TERMINAL.PRG  is  a  packet terminal program.   It  is  a  simple 
  2. program to use, and will work on any TNC.
  3.  
  4. Using the control panel (desk accessory) the RS232 should be  set 
  5. up  at the same speed as the TNC and with the same  Parity,  data 
  6. bits  and  stop  bits.  To run the program double  click  on  the 
  7. TERMINAL.PRG   icon,   ensuring  that  the  files   TERMINAL.RSC, 
  8. UUENCODE.TTP   and  UUDECODE.TTP  are  in  the  same  folder   as 
  9. TERMINAL.PRG.  Command  should  be entered as given  by  the  TNC 
  10. instructions.   The  text appearing on the screen scrolls up  but 
  11. can  be reviewed using the MEMORY option on the  menu  bar.  Text 
  12. files can be sent and received using the FILES menu.   Ensure the 
  13. received file is closed before using any other option,  using the 
  14. CLOSE FILE item.
  15.  
  16. The  program  "FCONVPC7.EXE"  is the same  converter  program  as  
  17. "FCONVST7.PRG" but re-compiled for the IBM PC or  compatible.  It  
  18. can  be  copied  to an IBM disk and used on  an  IBM  machine  to  
  19. translate  and  encode files for an ST running  the  ST  version.  
  20. .EXE  and .COM files are not inter-convertable to .TOS,  .TTP  or  
  21. .PRG  files  but other binary files such as .IMG and  first  word  
  22. plus  files  are  interchangeable with  similar  IBM  files.  The 
  23. programs FCONVPC7.EXE and FCONVST7.PRG are public domain and  may 
  24. be freely copied and given away.
  25.  
  26. Although desk accessories can be called, be sure to disable   the  
  27. serial  port  (by  clicking  on  "Disable  serial  port"  in  the  
  28. "extras"  menu  item,  otherwise  an  input  from  the  TNC  will  
  29. overwrite  the window opened be the desk accessory.   Making  the  
  30. code  cope with the desk accessory and the serial port  made  the  
  31. writing from the TNC to the screen unaccepably slow - sorry!
  32.  
  33. The programmes UUDECODE.TTP and UUENCODE.TTP are from PDSOFT   at  
  34. Lancaster  University  and  are  public  domain.   They  are  the  
  35. standard UNIX programmes and therefore are compatible with  other  
  36. systems.  The object of them is to convert a binary file that can  
  37. be sent as an ASCII text file through the TNC without the need to  
  38. set  the BINARY type on it.  These programmes can be called  from  
  39. within  the terminal program using EXTRA on the  menu  bar.   The  
  40. error messages within them have been disabled as they corrupt the  
  41. screen but an error will be sent to TERMINAL.PRG and displayed as  
  42. an alert box.  UUENCODE.TTP will give the converted file the same  
  43. name but with .UUE as the extension.  
  44.  
  45. To  use  FCONVST7.TOS  click on icon,  then give a  name  to  the 
  46. destination file,  give it an extension .CON say.  The select the 
  47. source file.
  48.  
  49. Convert  to  ascii when you have a program file to convert  to  a 
  50. packet transmittable form, to reconvert select "binary".
  51.  
  52. The  person decoding this traffic needs the identical program  to 
  53. decode the file.
  54.  
  55. This  is an alternative to the UUE type but is not  so  versatile  
  56. and  can also be run from within TERMINAL.PRG by  selecting  FILE  
  57. CONVERT in the EXTRA menu item.
  58.  
  59. Chris. Strevens, G4ZHT, 
  60. April 1993. 
  61.