Announce-1.78
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:3k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. Announcing minicom 1.78
  2. A short summary of what minicom is:
  3. Minicom is a communications program that resembles the MSDOS Telix
  4. somewhat. It has a dialing directory, color, full ANSI and VT100
  5. emulation, an (external) scripting language and more.
  6. Tested platforms:
  7. Linux 2.0.30
  8. Supported but untested (maybe needs a little tweaking):
  9. DGUX, FreeBSD, NetBSD, Coherent, HP/UX, SysVR4, Apollo Domain/OS, SunOS, SCO.
  10. New in minicom 1.78:
  11. - A logfile is kept of connects, disconnects and file transfers.
  12. When you dial a number from the phone directory and the other end answers,
  13. the connect string from the modem is written to the logfile with the entry
  14. name and phone number. When the carrier drops, the text "Offline" is written.
  15. The command line of file transfers are also written. The file names and sizes
  16. are taken from the external protocol driver output lines beginning with 
  17. "Sending", "Receiving" and "Bytes". I tested this with rz and sz.
  18. All output lines in the logfile are preceded with the system date and time.
  19. If you want to disable logging, you may comment out the LOGFILE macro in 
  20. config.h and recompile the program. If you don't want to compile it, and
  21. you don't care about the logfile, you may create an empty file "minicom.log" 
  22. in your home directory with no write permissions.
  23. - The date and time of the latest call, and a call counter is stored for 
  24. each phone directory entry. They are shown in the phone dir instead of
  25. some things I found less interesting, like the terminal emulation setting
  26. and serial port parameters.
  27. - The DTR drop time with the hangup command is now adjustable. Some modems
  28. need DTR to be down more than just one second before they hang up.
  29. - Character conversion tables for calling systems that use a character set
  30. different from your computer. You may define a conversion table for each 
  31. phone directory entry, and the defined table will be loaded when you call 
  32. that entry, before running the login script. If no table is defined in the
  33. phone dir, the table is not changed. Tables .mciso, .mcpc8 and .mcsf7 are
  34. included to be used when calling systems that use iso-8859-1, pc character
  35. set and the Finnish sf7 coding, respectively. The .mciso actually doesn't
  36. convert anything. Copy the tables to your home directory. There is no
  37. actual restriction of the filenames for the conversion tables (except that
  38. it shouldn't be longer than 16 characters), I just began them all with .mc
  39. to keep them together in the ls listings.
  40. - Added environment variable TERMLIN for runscript. It is the number of
  41. lines on the terminal screen. (That is, LINES - 1 if you use the statusline,
  42. same as LINES if you don't.)
  43. - Fixed a bug that caused runscript to always run the login script of the
  44. first number dialed when several entries were tagged for dialing, regardless
  45. which one of them answered.
  46. - Changed the DTE speed from int to long. Now it should also work on modems 
  47. faster than 32768 bps.
  48. Jukka Lahtinen, walker@clinet.fi