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

Modem编程

开发平台:

Unix_Linux

  1. Frequently Asked Questions about Minicom:
  2. Q1: Why does my modem respond so SLOWLY to everything I type? Even the init
  3. string seems to pause for seconds between each character.
  4. A1: This is not actually a Minicom problem, but a hardware problem.  You
  5. have an interrupt conflict in your computer. That means, some other device
  6. is using the same IRQ as your modem. This happens quite often if you have
  7. an internal modem set up as /dev/ttyS2 or /dev/ttyS3 (also known as com3 or
  8. com4 on some other operating systems). By default, /dev/ttyS0 and
  9. /dev/ttyS2 (or com1 and com3) use IRQ 4 and /dev/ttyS1 and /dev/ttyS3 (or
  10. com2 and com4) use IRQ 3. So, if you have an internal modem, disable the
  11. serial port using the same irq on your motherboard or i/o card (check the
  12. motherboard manual), or change one of the ports to use some other irq
  13. (probably with the setserial command in /etc/rc.d/rc.local or some other
  14. bootup script).
  15. Q2: When I try dialing out, minicom just says "you are already online" and
  16. refuses to dial. Why does it do that and what should I do?
  17. A2: Since version 1.82, Minicom doesn't begin dialing if the modem says that
  18. you are online by keeping the carrier signal on.
  19. Maybe your modem always keeps the carrier signal on. Consult the manual of
  20. your modem for the right command to use the carrier signal properly.
  21. On my modem, the command would be at&c1 but it may be different in your
  22. modem. Save the changed modem settings or add &c1 (or whatever it is) to
  23. your init string. 
  24. If your modem is broken and can't handle the carrier signal, you may set
  25. minicom to ignore DCD by going to the "modem and dialing" settings and
  26. turning off the "Modem has DCD line" setting.