minicom.1
上传用户:tianjinjs
上传日期:2007-01-05
资源大小:309k
文件大小:33k
源码类别:

Modem编程

开发平台:

Unix_Linux

  1. ." This file Copyright 1992,93 Michael K. Johnson (johnsonm@stolaf.edu)
  2. ." Copyright 1995,1996 Miquel van Smoorenburg <miquels@cistron.nl>
  3. ." Copyright 1997-1999 Jukka Lahtinen <walker@clinet.fi>
  4. ." It may be distributed under the GNU Public License, version 2, or
  5. ." any higher version.  See section COPYING of the GNU Public license
  6. ." for conditions under which this file may be redistributed.
  7. .TH MINICOM 1 "14 Nov 1999" "User's Manual"
  8. .SH NAME
  9. minicom - friendly serial communication program
  10. .SH SYNOPSIS
  11. .B minicom
  12. .RI "[-somlz8] [-c on|off] [-S script] [-d entry]"
  13. .br
  14. .in 15
  15. .RI "[-a on|off] [-t term] [-p pty] [-C capturefile] [" configuration ]
  16. .SH DESCRIPTION
  17. .B minicom
  18. is a communication program which somewhat resembles the shareware
  19. program TELIX but is free with source code and runs under most unices.
  20. Features include dialing directory with auto-redial, support for
  21. UUCP-style lock files on serial devices, a seperate script language
  22. interpreter, capture to file, multiple users with individual
  23. configurations, and more.
  24. .SH COMMAND-LINE
  25. .TP 0.5i
  26. .B -s
  27. .BR S etup.
  28. Root edits the system-wide defaults in /etc/minirc.dfl with this option. 
  29. When it is used, minicom does 
  30. .I not 
  31. initialize, but puts you directly into the
  32. configuration menu. This is very handy if minicom refuses to start up
  33. because your system has changed, or for the first time you run
  34. minicom. For most systems, reasonable defaults are already compiled in.
  35. .TP 0.5i
  36. .B -o
  37. Do not initialize. Minicom will skip the initialization code.  This
  38. option is handy if you quitted from minicom without resetting, and
  39. then want to restart a session. It is potentially dangerous though: no
  40. check for lock files etc. is made, so a normal user could interfere
  41. with things like uucp... Maybe this will be taken out later. For now
  42. it is assumed, that users who are given access to a modem are
  43. responsible enough for their actions.
  44. .TP 0.5i
  45. .B -m
  46. Override command-key with the Meta or ALT key. This is the default in 1.80
  47. and it can also be configured in one of minicom's menus, but if you use 
  48. different terminals all the time, of which some don't have a Meta or ALT key,
  49. it's handy to set the default command key to Ctrl-A and use this option
  50. when you have a keyboard supporting Meta or ALT keys. Minicom
  51. assumes that your Meta key sends the ESC prefix, not the other variant
  52. that sets the highest bit of the character.
  53. .TP 0.5i
  54. .B -M
  55. Same as -m, but assumes that your Meta key sets the 8th bit of the
  56. character high (sends 128 + character code).
  57. .TP 0.5i
  58. .B -z
  59. Use terminal status line. This only works on terminals that support it
  60. and that have the relevant information in their fItermcapfP or
  61. fIterminfofP database entry.
  62. .TP 0.5i
  63. .B -l
  64. .BR L iteral
  65. translation of characters with the high bit set. With this flag on,
  66. minicom will not try to translate the IBM line characters to ASCII,
  67. but passes them straight trough. Many PC-unix clones will display
  68. them correctly without translation (Linux in a special mode, Coherent
  69. and Sco).
  70. .TP 0.5i
  71. .B -a
  72. .BR A ttribute
  73. usage. Some terminals, notably televideo's, have a rotten attribute
  74. handling (serial instead of parallel). By default, minicom uses '-a
  75. on', but if you are using such a terminal you can (must!)  supply the
  76. option '-a off'. The trailing 'on' or 'off' is needed.
  77. .TP 0.5i
  78. .B -t
  79. .BR T erminal
  80. type. With this flag, you can override the environment TERM variable.
  81. This is handy for use in the MINICOM environment variable; one can create
  82. a special termcap entry for use with minicom on the console, that
  83. initializes the screen to raw mode so that in conjunction with the -l
  84. flag, the IBM line characters are displayed untranslated.
  85. .TP 0.5i
  86. .B -c
  87. .BR C olor
  88. usage. Some terminals (such as the Linux console) support color with
  89. the standard ANSI escape sequences. Because there is apparently no
  90. termcap support for color, these escape sequences are hard-coded into
  91. minicom. Therefore this option is off by default.  You can turn it on
  92. with '-c on'. This, and the '-m' option, are good candidates to put
  93. into the MINICOM environment variable.
  94. .TP 0.5i
  95. .B -S 
  96. .BR script .
  97. Run the named script at startup. So far, passing username and password
  98. to a startup script is not supported. If you also use the -d option to
  99. start dialing at startup, the -S script will be run BEFORE dialing the
  100. entries specified with -d.
  101. .TP 0.5i
  102. .B -d
  103. .BR D ial
  104. an entry from the dialing directory on startup. You can specify an
  105. index number, but also a substring of the name of the entry. If you 
  106. specify a name that has multiple entries in the directory, they are all
  107. tagged for dialing. You can also specify multiple names or index numbers
  108. by separating them with commas. The dialing will start from the first 
  109. entry specified after all other program initialization procedures are 
  110. completed.
  111. .TP 0.5i
  112. .B -p
  113. .BR P seudo
  114. terminal
  115. to use. This overrrides the terminal port defined in the configuration
  116. files, but only if it is a pseudo tty. The filename supplied must be of
  117. the form (/dev/)tty[p-z][0-f].
  118. .TP 0.5i
  119. .B -C
  120. .BR filename .
  121. Open capture file at startup.
  122. .TP 0.5i
  123. .B -8
  124. '8bit clean' and 'continuous' mode. '8bit clean' means Minicom let
  125. 8bit characters pass through without any modification.  'Continuous'
  126. means no locate/attribute control sequences are inserted without
  127. real change of locate/attribute. This mode is to display 8bit
  128. multibyte characters such as Japanese. Not needed in every language with
  129. 8bit characters. (For example displaying Finnish text doesn't need this.)
  130. .PP
  131. .RS 0.5i
  132. When
  133. .B minicom
  134. starts, it first searches the MINICOM environment variable for
  135. command-line arguments, which can be over-ridden on the command line.
  136. Thus, if you have done
  137. .PP
  138. .RS 0.5i
  139. .PD 0
  140. MINICOM='-m -c on'
  141. .PP
  142. export MINICOM
  143. .PP
  144. .PD 1
  145. .PP
  146. .RE
  147. or the equivalent, and start minicom, minicom will assume that your
  148. terminal
  149. .I has 
  150. a Meta or <ALT> key and that color is supported.  If you then log in
  151. from a terminal without color support, and you have set MINICOM in your
  152. startup (.profile or equivalent) file, and don't want to re-set your
  153. environment variable, you can type 'minicom -c off' and run without
  154. color support for that session.
  155. .RE
  156. .TP 0.5i
  157. .B configuration
  158. The
  159. .I configuration
  160. argument is more interesting. Normally, minicom gets its defaults from
  161. a file called "minirc.dfl". If you however give an argument to
  162. minicom, it will try to get its defaults from a file called
  163. "minirc.fIconfigurationfR|".  So it is possible to create multiple
  164. configuration files, for different ports, different users etc. Most
  165. sensible is to use device names, such as tty1, tty64, sio2 etc. If a
  166. user creates his own configuration file, it will show up in his home
  167. directory as '.minirc.dfl'.
  168. .SH USE
  169. Minicom is windows-based. To popup a window with the function you
  170. want, press Control-A (from now on, we will use C-A to mean
  171. Control-A), and then the function key (a-z or A-Z). By pressing C-A
  172. first and then 'z', a help screen comes up with a short summary of all
  173. commands. This escape key can be altered when minicom is configured
  174. (-s option or C-A O), but we'll stick to Control-A for now.
  175. .PP
  176. .PD 0
  177. For every menu the next keys can be used:
  178. .TP 0.75i
  179. .B UP
  180. arrow-up or 'k'
  181. .TP 0.75i
  182. .B DOWN
  183. arrow-down or 'j'
  184. .TP 0.75i
  185. .B LEFT
  186. arrow-left or 'h'
  187. .TP 0.75i
  188. .B RIGHT
  189. arrow-right or 'l'
  190. .TP 0.75i
  191. .B CHOOSE
  192. Enter
  193. .TP 0.75i
  194. .B CANCEL
  195. ESCape.
  196. .PD 1
  197. .PP
  198. The screen is divided into two portions: the upper 24 lines are the
  199. terminal-emulator screen. In this window, ANSI or VT100 escape
  200. sequences are interpreted.  If there is a line left at the
  201. bottom, a status line is placed there.  If this is not possible the
  202. status line will be showed every time you press C-A. On terminals
  203. that have a special status line that will be used if the termcap
  204. information is complete fIandfP the fB-kfP flag has been given.
  205. .PP
  206. .PD 0
  207. Possible commands are listed next, in alphabetical order.
  208. .TP 0.5i
  209. .B C-A
  210. Pressing C-A a second time will just send a C-A to the remote system.
  211. If you have changed your "escape character" to something other than
  212. C-A, this works analogously for that character.
  213. .TP 0.5i
  214. .B A
  215. Toggle 'Add Linefeed' on/off. If it is on, a linefeed is added before
  216. every carriage return displayed on the screen.
  217. .TP 0.5i
  218. .B B
  219. Gives you a scroll back buffer. You can scroll up with fBufP, down with
  220. fBdfP, a page up with fBbfP, a page down with fBffP, and if you have them
  221. the fBarrowfP and fBpage up/page downfP keys can also be used. You can 
  222. search for text in the buffer with fBsfP (case-sensitive) or fBSfP 
  223. (case-insensitive). fBNfP will find the next occurrence of the string.
  224. fBcfP will enter citation mode. A text cursor appears and you
  225. specify the start line by hitting Enter key. Then scroll back mode will
  226. finish and the contents with prefix '>' will be sent.
  227. .TP 0.5i
  228. .B C
  229. Clears the screen.
  230. .TP 0.5i
  231. .B D
  232. Dial a number, or go to the dialing directory.
  233. .TP 0.5i
  234. .B E
  235. Toggle local echo on and off (if your version of minicom supports it).
  236. .TP 0.5i
  237. .B F
  238. A break signal is sent to the modem.
  239. .TP 0.5i
  240. .B G
  241. Run script (Go). Runs a login script.
  242. .TP 0.5i
  243. .B H
  244. Hangup.
  245. .TP 0.5i
  246. .B I
  247. Toggle the type of escape sequence that the cursor keys send between
  248. normal and applications mode. (See also the comment about the status
  249. line below).
  250. .TP 0.5i
  251. .B J
  252. Jump to a shell. On return, the whole screen will be redrawn.
  253. .TP 0.5i
  254. .B K
  255. Clears the screen, runs kermit and redraws the screen upon return.
  256. .TP 0.5i
  257. .B L
  258. Turn Capture file on off. If turned on, all output sent to the screen
  259. will be captured in the file too.
  260. .TP 0.5i
  261. .B M
  262. Sends the modem initialization string. If you are online and the DCD line
  263. setting is on, you are asked for confirmation before the modem is 
  264. initialized.
  265. .TP 0.5i
  266. .B O
  267. Configure minicom. Puts you in the configuration menu.
  268. .TP 0.5i
  269. .B P
  270. Communication Parameters. Allows you to change the bps rate, parity and
  271. number of bits.
  272. .TP 0.5i
  273. .B Q
  274. Exit minicom without resetting the modem. If macros changed and were not
  275. saved, you will have a chance to do so.
  276. .TP 0.5i
  277. .B R
  278. Receive files. Choose from various protocols (external). If you have the
  279. filename selection window and the prompt for download directory enabled,
  280. you'll get a selection window for choosing the directory for
  281. downloading. Otherwise the download directory defined in the Filenames and
  282. paths menu will be used.
  283. .TP 0.5i
  284. .B S
  285. Send files. Choose the protocol like you do with the receive command. If
  286. you don't have the filename selection window enabled (in the File transfer
  287. protocols menu), you'll just have to write the filename(s) in a dialog
  288. window. If you have the selection window enabled, a window will pop up
  289. showing the filenames in your upload directory. You can tag and untag
  290. filenames by pressing spacebar, and move the cursor up and down with the
  291. cursor keys or j/k. The selected filenames are shown highlighted. Directory
  292. names are shown [within brackets] and you can move up or down in the
  293. directory tree by pressing the spacebar twice. Finally, send the files by
  294. pressing ENTER or quit by pressing ESC.
  295. .TP 0.5i
  296. .B T
  297. Choose Terminal emulation: Ansi(color) or vt100.
  298. You can also change the backspace key here, turn the status line on or off, 
  299. and define delay (in milliseconds) after each newline if you need that.
  300. .TP 0.5i
  301. .B W
  302. Toggle linewrap on/off.
  303. .TP 0.5i
  304. .B X
  305. Exit minicom, reset modem. If macros changed and were not saved, you will 
  306. have a chance to do so.
  307. .TP 0.5i
  308. .B Z
  309. Pop up the help screen.
  310. .PD 1
  311. .SH "DIALING DIRECTORY"
  312. By pressing C-A D the program puts you in the dialing directory. Select a
  313. command by pressing the capitalized letter or moving cursor right/left with
  314. the arrow keys or the h/l keys and pressing Enter. You can add, delete or
  315. edit entries and move them up and down in the directory list. By choosing
  316. "dial" the phone numbers of the tagged entries, or if nothing is tagged,
  317. the number of the highlighted entry will be dialed. While the modem is
  318. dialing, you can press escape to cancel dialing. Any other key will close
  319. the dial window, but won't cancel the dialing itself. Your dialing
  320. directory will be saved into a the file ".dialdir" in your home directory.
  321. You can scroll up and down with the arrow keys, but you can also scroll
  322. complete pages by pressing the PageUp or PageDown key.  If you don't have
  323. those, use Control-B (Backward) and Control-F (Forward). You can use the
  324. space bar to fBtagfP a number of entries and minicom will rotate trough
  325. this list if a connection can't be made. A '>' symbol is drawn in the
  326. directory before the names of the tagged entries.
  327. .PP
  328. The "edit" menu speaks for itself, but I will discuss it briefly here.
  329. .PD 0
  330. .TP 1.0i
  331. .B A - Name
  332. The name for this entry
  333. .TP 1.0i
  334. .B B - Number
  335. and its telephone number.
  336. .TP 1.0i
  337. .B C - Dial string #
  338. Which specific dial string you want to use to connect. There are three
  339. different dial strings (prefixes and suffixes) that can be configured
  340. in the fBModem and dialingfP menu.
  341. .TP 1.0i
  342. .B D - Local echo
  343. can be on or off for this system (if your version of minicom supports it).
  344. .TP 1.0i
  345. .B E - Script 
  346. The script that must be executed after a succesfull connection is made
  347. (see the manual for runscript)
  348. .TP 1.0i
  349. .B F - Username
  350. The username that is passed to the runscript program.  It
  351. is passed in the environment string "$LOGIN".
  352. .TP 1.0i
  353. .B G - Password
  354. The password is passed as "$PASS".
  355. .TP 1.0i
  356. .B H - Terminal Emulation
  357. Use ANSI or VT100 emulation.
  358. .TP 1.0i
  359. .B I - Backspace key sends
  360. What code (Backspace or Delete) the backspace key sends.
  361. .TP 1.0i
  362. .B J - Linewrap
  363. Can be on or off.
  364. .TP 1.0i
  365. .B K - Line settings
  366. Bps rate, bits and parity to use for this connection. You can choose
  367. fBcurrentfP for the speed, so that it will use whatever speed is being
  368. used at that moment (useful if you have multiple modems).
  369. .TP 1.0i
  370. .B L - Conversion table
  371. You may spacify a character conversion table to be loaded whenever this
  372. entry answers, before running the login script. If this field is blank, 
  373. the conversion table stays unchanged.
  374. .PP 
  375. .PD 1
  376. The edit menu also shows the latest date and time when you called this
  377. entry and the total number of calls there, but doesn't let you change them.
  378. They are updated automatically when you connect.
  379. .PD 1
  380. .PP
  381. The moVe command lets you move the highlighted entry up or down in the
  382. dialing directory with the up/down arrow keys or the k and j keys. Press
  383. Enter or ESC to end moving the entry. 
  384. .PP
  385. .SH CONFIGURATION
  386. By pressing C-A O you will be thrown into the setup menu. Most
  387. settings there can be changed by everyone, but some are restricted
  388. to root only. Those priviliged settings are marked with a star (*) here.
  389. .PP
  390. .PD 0
  391. .B "Filenames and paths"
  392. .PP
  393. .RS 0.25i
  394. This menu defines your default directories.
  395. .TP 0.5i
  396. .B A - Download directory
  397. where the downloaded files go to.
  398. .TP 0.5i
  399. .B B - Upload directory
  400. where the uploaded files are read from.
  401. .TP 0.5i
  402. .B C - Script directory
  403. Where you keep your login scripts.
  404. .TP 0.5i
  405. .B D - Script program
  406. Which program to use as the script interpreter. Defaults to the
  407. program "runscript", but if you want to use something else (eg,
  408. /bin/sh or "expect") it is possible.  Stdin and stdout are connected
  409. to the modem, stderr to the screen.
  410. .RS 0.5i
  411. If the path is relative (ie, does not start with a slash) then it's
  412. relative to your home directory, except for the script interpreter.
  413. .RE
  414. .TP 0.5i
  415. .B E - Kermit program
  416. Where to find the executable for kermit, and it's options. Some simple
  417. macro's can be used on the command line: '%l' is expanded to the
  418. complete filename of the dial out-device, '%f' is expanded to the serial
  419. port file descriptor and '%b' is expanded to the current serial port speed.
  420. .TP 0.5i
  421. .B F - Logging options
  422. Options to configure the logfile writing.
  423. .RS 0.5i
  424. .PD 1
  425. .TP 0.5i
  426. .B A - File name
  427. Here you can enter the name of the logfile. The file will be written in
  428. your home directory, and the default value is "minicom.log". 
  429. If you blank the name, all logging is turned off.
  430. .TP 0.5i
  431. .B B - Log connects and hangups
  432. This option defines whether or not the logfile is written when the remote
  433. end answers the call or hangs up. Or when you give the hangup command
  434. yourself or leave minicom without hangup while online.
  435. .TP 0.5i
  436. .B C - Log file transfers
  437. Do you want log entries of receiving and sending files.
  438. .RE
  439. The 'log' command in the scripts is not affected by logging options B and C.
  440. It is always executed, if you just have the name of the log file defined.
  441. .RE
  442. .PD 1
  443. .PP
  444. .B "File Transfer Protocols"
  445. .PD 0
  446. .PP
  447. .RS 0.25i
  448. Protocols defined here will show up when C-A s/r is pressed.  "Name" in the
  449. beginning of the line is the name that will show up in the menu. "Program"
  450. is the path to the protocol. "Name" after that defines if the program needs
  451. an argument, eg. a file to be transmitted. U/D defines if this entry should
  452. show up in the upload or the download menu.  Fullscr defines if the program
  453. should run full screen, or that minicom will only show it's stderr in a
  454. window. IO-Red defines if minicom should attach the program's standard in
  455. and output to the modem port or not. "Multi" tells the filename selection
  456. window whether or not the protocol can send multiple files with one
  457. command. It has no effect on download protocols, and it is also ignored
  458. with upload protocols if you don't use the filename selection window. The
  459. old sz and rz are not full screen, and have IO-Red set. However, there are
  460. curses based versions of at least rz that do not want their stdin and
  461. stdout redirected, and run full screen.  All file transfer protocols are
  462. run with the UID of the user, and not with UID=root. '%l', '%f' and '%b' 
  463. can be used on the command line as with kermit.  Within this menu you can 
  464. also define if you want to use the filename selection window when prompted 
  465. for files to upload, and if you like to be prompted for the download 
  466. directory every time the automatic download is started. If you leave the 
  467. download directory prompt disabled, the download directory defined in the 
  468. file and directory menu is used.
  469. .RE
  470. .PD 1
  471. .PP
  472. .B "Serial port setup"
  473. .RS 0.25i
  474. .PD 0
  475. .TP 0.5i
  476. .B *A - Serial device
  477. /dev/tty1 or /dev/ttyS1 for most people.
  478. /dev/cua<n> is still possible under linux, but not recommended any more 
  479. because these devices are obsolete and many newly installed systems 
  480. with kernel 2.2.x don't have them. 
  481. Use /dev/ttyS<n> instead. 
  482. You may also have /dev/modem as a symlink to the real device.
  483. .br
  484. If you have modems connected to two or more serial ports, you may specify
  485. all of them here in a list separated by space, comma or semicolon. When
  486. Minicom starts, it checks the list until it finds an available modem and 
  487. uses that one. (However, you can't specify different init strings to 
  488. them ..at least not yet.)
  489. .TP 0.5i
  490. .B *B - Lock file location
  491. On most systems This should be /usr/spool/uucp. Linux systems use
  492. /var/lock. If this directory does not exist,
  493. minicom will not attempt to use lockfiles.
  494. .TP 0.5i
  495. .B *C - Callin program
  496. If you have a uugetty or something on your serial port, it could be
  497. that you want a program to be run to switch the modem cq. port into
  498. dialin/dialout mode. This is the program to get into dialin mode.
  499. .TP 0.5i
  500. .B *D - Callout program
  501. And this to get into dialout mode.
  502. .TP 0.5i
  503. .B E - Bps/Par/Bits
  504. Default parameters at startup.
  505. .PD 1
  506. .PP  
  507. If one of the entries is left blank, it will not be used. So if you
  508. don't care about locking, and don't have a getty running on your
  509. modemline, entries B - D should be left blank.  Be warned! The callin
  510. and callout programs are run with the effective user id of "root", eg
  511. 0!
  512. .RE
  513. .PP
  514. .B "Modem and Dialing"
  515. .PD 0
  516. .PP
  517. .RS 0.25i
  518. Here, the parameters for your modem are defined. I will not explain
  519. this further because the defaults are for generic Hayes modems, and
  520. should work always. This file is not a Hayes tutorial :-) The only
  521. things worth noticing are that control characters can be sent by
  522. prefixing them with a '^', in which '^^' means '^' itself, and the '\'
  523. character must also be doubled as '\\', because backslash is used 
  524. specially in the macro definitions.  Some options however, don't have 
  525. much to do with the modem but more with the behaviour of minicom itself:
  526. .PP
  527. .TP 0.5i
  528. .B M - Dial time
  529. The number of seconds before minicom times out if no connection is
  530. established.
  531. .TP 0.5i
  532. .B N - Delay before redial
  533. Minicom will redial if no connection was made, but it first waits some
  534. time.
  535. .TP 0.5i
  536. .B O - Number of tries
  537. Maximum number of times that minicom attempts to dial.
  538. .TP 0.5i
  539. .B P - Drop DTR time
  540. If you set this to 0, minicom hangs up by sending a Hayes-type hangup
  541. sequence. If you specify a non-zero value, the hangup will be done by 
  542. dropping the DTR line. The value tells in seconds how long DTR will be
  543. kept down.
  544. .TP 0.5i
  545. .B Q - Auto bps detect
  546. If this is on, minicom tries to match the dialed party's speed.
  547. With most modern modems this is NOT desirable, since the modem buffers
  548. the data and converts the speed.
  549. .TP 0.5i
  550. .B R - Modem has DCD line
  551. If your modem, and your O/S both support the DCD line (that goes 'high'
  552. when a connection is made) minicom will use it. When you have this option
  553. on, minicom will also NOT start dialing while you are already online.
  554. .TP 0.5i
  555. .B S - Status line shows DTE speed / line speed
  556. You can toggle the status line to show either the DTE speed (the speed 
  557. which minicom uses to communicate with your modem) or the line speed
  558. (the speed that your modem uses on the line to communicate with the 
  559. other modem). Notice that the line speed may change during the connection,
  560. but you will still only see the initial speed that the modems started
  561. the connection with. This is because the modem doesn't tell the program
  562. if the speed is changed. Also, to see the line speed, you need to have
  563. the modem set to show it in the connect string. 
  564. Otherwise you will only see 0 as the line speed.
  565. .TP 0.5i
  566. .B T - Multi-line untag
  567. You can toggle the feature to untag entries from the dialing directory when
  568. a connection is established to a multi-line BBS. All the tagged entries that
  569. have the same name are untagged.
  570. .PD 1
  571. .PP
  572. .RE
  573. .RS 0.5i
  574. .B Note that a special exception is made for this menu: every user
  575. .B can change all parameters here, but some of them will not be saved.
  576. .RE
  577. .PP
  578. .B "Screen and keyboard"
  579. .RS 0.25i
  580. .PD 0
  581. .TP 0.5i
  582. .B A - Command key is
  583. the 'Hot Key' that brings you into command mode. If this is set
  584. to 'ALT' or 'meta key', you can directly call commands
  585. by alt-key instead of HotKey-key.
  586. .TP 0.5i
  587. .B B - Backspace key sends
  588. There still are some systems that want a VT100 to send DEL instead of
  589. BS. With this option you can enable that stupidity.  (Eh, it's even on
  590. by default...)
  591. .TP 0.5i
  592. .B C - Status line is
  593. Enabled or disabled. Some slow terminals (for example, X-terminals)
  594. cause the status line to jump "up and down" when scrolling, so you can
  595. turn it off if desired. It will still be shown in command-mode.
  596. .TP 0.5i
  597. .B D - Alarm sound
  598. If turned on, minicom will sound an alarm (on the console only) after
  599. a succesfull connection and when up/downloading is complete.
  600. .TP 0.5i
  601. .B E - Foreground Color (menu)
  602. indicates 
  603. the foreground color to use for all the configuration windows in minicom.
  604. .TP 0.5i
  605. .B F - Background Color (menu)
  606. indicates the background color to use for 
  607. all the configuration windows in minicom. Note that minicom will not allow 
  608. you to set forground and background colors to the same value.
  609. .TP 0.5i
  610. .B G - Foreground Color (term)
  611. indicates the foreground color to use in the terminal window.
  612. .TP 0.5i
  613. .B H - Background Color (term)
  614. indicates the background color to use in 
  615. the terminal window. Note that minicom will not allow you to set forground 
  616. and background colors to the same value.
  617. .TP 0.5i
  618. .B I - Foreground Color (stat)
  619. indicates the foreground color to use in for the status bar.
  620. .TP 0.5i
  621. .B J - Background Color (stat)
  622. indicates the color to use in for the
  623. status bar. Note that minicom will allow you to set the status bar's
  624. forground and background colors to the same value. This will effectively
  625. make the status bar invisible but if these are your intensions, please
  626. see the option
  627. .TP 0.5i
  628. .B K - History buffer size
  629. The number of lines to keep in the history buffer (for backscrolling).
  630. .TP 0.5i
  631. .B L - Macros file
  632. is the full path to the file that holds
  633. macros. Macros allow you to define a string to be sent when you press
  634. a certain key. In minicom, you may define F1 through F10 to send
  635. up to 256 characters [this is set at compile time]. The filename you
  636. specify is verified as soon as you hit ENTER. If you do not have permissions
  637. to create the specified file, an error message will so indicate and you
  638. will be forced to re-edit the filename. If you are permitted to create
  639. the file, minicom checks to see if it already exists. If so, it assumes
  640. it's a macro file and reads it in. If it isn't, well, it's your problem :-)
  641. If the file does not exist, the filename is accepted.
  642. .TP 0.5i
  643. .B M - Edit Macros
  644. opens up a new window 
  645. which allows you to edit the F1 through F10 macros. 
  646. .TP 0.5i
  647. .B N - Macros enabled
  648. - Yes or No. If macros are disabled, the F1-F10
  649. keys will just send the VT100/VT220 function key escape sequences.
  650. .TP 0.5i
  651. .B O - Character conversion
  652. The active conversion table filename is shown here. If you can see no
  653. name, no conversion is active. Pressing O, you will see the conversion 
  654. table edit menu.
  655. .RS 0.5i
  656. .PD 1
  657. .TP 0.25i
  658. .B "Edit Macros"
  659. Here, the macros for F1 through F10 are defined. The bottom of the
  660. window shows a legend of character combinations that have special meaning.
  661. They allow you to enter special control characters with plain text by
  662. prefixing them with a '^', in which '^^' means '^' itself. You can
  663. send a 1 second delay with the '^~' code. This is useful when you are
  664. trying to login after ftp'ing or telnet'ing somewhere. 
  665. You can also include your current username and password from the phone 
  666. directory in the macros with '\u' and '\p', respectively. If you need
  667. the backslash character in the macro, write it doubled as '\\'.
  668. To edit a macro, press the number (or letter for F10) and you will be 
  669. moved to the end of the macro. When editing the line, you may use the 
  670. left & right arrows, Home & End keys, Delete & BackSpace, and ESC and 
  671. RETURN.  ESC cancels any changes made while ENTER accepts the changes.
  672. .PD 1
  673. .TP 0.25i
  674. .B "Character conversion"
  675. Here you can edit the character conversion table. If you are not an
  676. American, you know that in many languages there are characters that are
  677. not included in the ASCII character set, and in the old times they may
  678. have replaced some less important characters in ASCII and now they are
  679. often represented with character codes above 127. AND there are various
  680. different ways to represent them. This is where you may edit conversion
  681. tables for systems that use a character set different from the one on your
  682. computer.
  683. .TP 0.5i
  684. .B A - Load table
  685. You probably guessed it. This command loads a table from the disk.
  686. You are asked a file name for the table.
  687. Predefined tables .mciso, .mcpc8 and .mcsf7 should be included with the
  688. program. Table .mciso does no conversion, .mcpc8 is to be used for 
  689. connections with systems that use the 8-bit pc character set, and .mcsf7
  690. is for compatibility with the systems that uses the good old 7-bit coding
  691. to replace the characters {|}[]\ with the diacritical characters used in
  692. Finnish and Swedish.
  693. .TP 0.5i
  694. .B B - Save table
  695. This one saves the active table on the filename you specify.
  696. .TP 0.5i
  697. .B C - edit char
  698. This is where you can make your own modifications to the existing table.
  699. First you are asked the character value (in decimal) whose conversion you
  700. want to change. Next you'll say which character you want to see on your 
  701. screen when that character comes from the outside world. And then you'll
  702. be asked what you want to be sent out when you enter that character from
  703. your keyboard.
  704. .TP 0.5i
  705. .B D - next screen
  706. .TP 0.5i
  707. .B E - prev screen
  708. Yeah, you probably noticed that this screen shows you what kind of
  709. conversions are active. The screen just is (usually) too small to show
  710. the whole table at once in an easy-to-understand format. This is how you can
  711. scroll the table left and right.
  712. .TP 0.5i
  713. .B F - convert capture
  714. Toggles whether or not the character conversion table is used when
  715. writing the capture file.
  716. .RE
  717. .RE
  718. .PD 1
  719. .TP 0.25i
  720. .B "Save setup as dfl"
  721. Save the parameters as the default for the next time the program is
  722. started. Instead of dfl, any other parameter name may appear, depending
  723. on which one was used when the program was started.
  724. .TP 0.25i
  725. .B "Save setup as.."
  726. Save the parameters under a special name. Whenever Minicom is started
  727. with this name as an argument, it will use these parameters. This
  728. option is of course priviliged to root.
  729. .TP 0.25i
  730. .B "Exit"
  731. Escape from this menu without saving.  This can also be done with ESC.
  732. .TP 0.25i
  733. .B "Exit from minicom"
  734. Only root will see this menu entry, if he/she started minicom with the '-s'
  735. option. This way, it is possible to change the configuration without
  736. actually running minicom.
  737. .PD 1
  738. .SH "STATUS LINE"
  739. The status line has several indicators, that speak for themselves.
  740. The mysterious APP or NOR indicator probably needs explanation. The
  741. VT100 cursor keys can be in two modes: applications mode and cursor
  742. mode. This is controlled by an escape sequence. If you find that
  743. the cursor keys do not work in, say, vi when you're logged in using
  744. minicom then you can see with this indicator whether the cursor keys
  745. are in applications or cursor mode. You can toggle the two with the
  746. C-A I key. If the cursor keys then work, it's probably an error in
  747. the remote system's termcap initialization strings (is).
  748. .PD 1
  749. .SH "LOCALES"
  750. Minicom has now support for local languages. This means you can change most
  751. of the English messages and other strings to another language by setting
  752. the environment variable LANG. On June 1999 the supported languages
  753. are Brazilian Portuguese, Finnish, Japanese, French, Polish and Korean. 
  754. Turkish is under construction.
  755. .PD 1
  756. .SH "SECURITY ISSUES"
  757. Since Minicom is run setuid root on some computers, you probably want to 
  758. restrict access to it. This is possible by using a configuration file 
  759. in the same directory as the default files, called "minicom.users". 
  760. The syntax of this file is as following:
  761. .PP
  762. .RS 0.5i
  763. <username> <configuration> [configuration...]
  764. .RE
  765. .PP
  766. To allow user 'miquels' to use the default configuration, enter the 
  767. following line into "minicom.users":
  768. .PP
  769. .RS 0.5i
  770. miquels dfl
  771. .RE
  772. .PP
  773. If you want users to be able to use more than the default
  774. configurations, just add the names of those configurations behind the
  775. user name. If no configuration is given behind the username, minicom
  776. assumes that the user has access to all configurations.
  777. .PD 1
  778. .SH MISC
  779. If minicom is hung, kill it with SIGTERM . (This means kill -15, or
  780. since sigterm is default, just plain "kill <minicompid>". This will
  781. cause a graceful exit of minicom, doing resets and everything.
  782. You may kill minicom from a script with the command "! killall -9 minicom"
  783. without hanging up the line. Without the -9 parameter, minicom first 
  784. hangs up before exiting.
  785. .PP
  786. Since a lot of escape sequences begin with ESC (Arrow up is ESC [ A),
  787. Minicom does not know if the escape character it gets is you pressing
  788. the escape key, or part of a sequence.
  789. .PP
  790. An old version of Minicom, V1.2, solved this in a rather crude way:
  791. to get the escape key, you had to press it 
  792. .IR twice .
  793. .PP
  794. As of release 1.3 this has bettered a little: now a 1-second timeout
  795. is builtin, like in vi. For systems that have the select() system call
  796. the timeout is 0.5 seconds. And... surprise: a special Linux-dependant
  797. .BR hack " :-) was added. Now, minicom can separate the escape key and"
  798. escape-sequences. To see how dirty this was done, look into wkeys.c.
  799. But it works like a charm!
  800. .SH FILES
  801. Minicom keeps it's configuration files in one directory, usually
  802. /var/lib/minicom, /usr/local/etc or /etc. To find out what default
  803. directory minicom has compiled in, issue the command fIminicom -hfP.
  804. You'll probably also find the demo files for fBrunscriptfP(1),
  805. and the examples of character conversion tables either there or 
  806. in the subdirectories of /usr/doc/minicom*. The conversion tables are
  807. named something like mc.* in that directory, but you probably want to
  808. copy the ones you need in your home directory as something beginning
  809. with a dot.
  810. .sp 1
  811. .nf
  812. minicom.users
  813. minirc.*
  814. $HOME/.minirc.*
  815. $HOME/.dialdir
  816. $HOME/minicom.log
  817. /usr/share/locale/*/LC_MESSAGES/minicom.mo
  818. .fi
  819. .SH VERSION
  820. Minicom is now up to version 1.83.
  821. .SH AUTHORS
  822. The original author of minicom is Miquel van Smoorenburg (miquels@cistron.nl).
  823. He wrote versions up to 1.75.
  824. .br
  825. Jukka Lahtinen (walker@clinet.fi, walker@megabaud.fi) has been responsible
  826. for new versions since 1.78, helped by some other people, including:
  827. .br
  828. filipg@paranoia.com wrote the History buffer searching to 1.79.
  829. .br
  830. Arnaldo Carvalho de Melo (acme@conectiva.com.br) did the internationalization 
  831. and the Brasilian Portuguese translations.
  832. .br
  833. Jim Seymour (jseymour@jimsun.LinxNet.com) wrote the multiple modem support 
  834. and the filename selection window used since 1.80.
  835. .br
  836. Tomohiro Kubota (kubota@debian.or.jp) wrote the Japanese translations 
  837. and the citation facility, and did some fixes.
  838. .br
  839. Gael Queri (gqueri@mail.dotcom.fr) wrote the French translations.
  840. .br
  841. Arkadiusz Miskiewicz (misiek@debian.eu.org) wrote the Polish translations.
  842. .br
  843. Kim soyoung (nexti@chollian.net) wrote the Korean translations.
  844. .PP
  845. Most of this man page is copied, with corrections, from the original minicom
  846. README, but some pieces and the corrections are by Michael K. Johnson
  847. (johnsonm@stolaf.edu).
  848. .PP
  849. Jukka Lahtinen (walker@clinet.fi) has added some information of the changes 
  850. made after version 1.75.