diff -Ncr m16c-flash-0.1.orig/Makefile m16c-flash-0.1.new/Makefile *** m16c-flash-0.1.orig/Makefile Tue Aug 22 17:29:42 2006 --- m16c-flash-0.1.new/Makefile Sun Jul 25 13:29:13 2010 *************** *** 26,30 **** g++ $(CFLAGS) flashm16.cxx cm16flash.o cmotfile.o cpage.o ccomport.o -o m16c-flash install: ! cp m16c-flash /usr/bin --- 26,30 ---- g++ $(CFLAGS) flashm16.cxx cm16flash.o cmotfile.o cpage.o ccomport.o -o m16c-flash install: ! cp m16c-flash /usr/local/bin diff -Ncr m16c-flash-0.1.orig/ccomport.cxx m16c-flash-0.1.new/ccomport.cxx *** m16c-flash-0.1.orig/ccomport.cxx Sun Nov 20 18:07:25 2005 --- m16c-flash-0.1.new/ccomport.cxx Sun Jul 25 18:26:36 2010 *************** *** 81,87 **** m_trmOptions.c_cflag &= ~PARENB; m_trmOptions.c_cflag &= ~CSTOPB; m_trmOptions.c_cflag &= ~CSIZE; ! m_trmOptions.c_cflag |= CS8; /* enable software flow control */ m_trmOptions.c_iflag |= (IXON | IXOFF | IXANY); --- 81,87 ---- m_trmOptions.c_cflag &= ~PARENB; m_trmOptions.c_cflag &= ~CSTOPB; m_trmOptions.c_cflag &= ~CSIZE; ! m_trmOptions.c_cflag |= CS8 | CLOCAL; /* enable software flow control */ m_trmOptions.c_iflag |= (IXON | IXOFF | IXANY);