在Cygwin中使用minicom

在Cygwin中使用minicom

Tags
Cygwin
Published
Author
 
Make sure you have the following packages installed in Cygwin before procceding with this step:
autoconf
automake1.4
gcc
make
libncurses-devel <--(very important!)
Run the following command:
./configure --enable-lock-dir=/var/tmp

FOURTH:

Proceed with running make, and make install. If you have problems with errors such as “undefined reference to _LINES” and “undefined reference to _COLS”, then you may need to edit your src/Makefile and find the line that says:
LIBS = -ltermcap
and replace it with
LIBS = -lncurses

FIFTH:

You will want to create a minirc.dfl file in /usr/local/etc/ that looks something like this.
# $Id: minirc.dfl,v 1.1.1.1 2003/03/30 18:55:39 al-guest Exp $
# Machine-generated file - use "minicom -s" to change parameters.
pr port /dev/com1
pu baudrate 9600
pu bits 8
pu parity N
pu stopbits 1
pu minit
pu mreset
pu mconnect
pu rtscts No