Diff for /np2/x11/cmserial.c between versions 1.3 and 1.4

version 1.3, 2005/03/12 12:36:13 version 1.4, 2007/01/21 00:03:02
Line 332  cmserial_create(UINT port, BYTE param, U Line 332  cmserial_create(UINT port, BYTE param, U
   
         /* set misc flag */          /* set misc flag */
         cfmakeraw(&options);          cfmakeraw(&options);
         options.c_cflag |= CLOCAL | CREAD;      /* enable recv and local mode */          options.c_cflag |= CLOCAL | CREAD;
         options.c_cflag |= CRTSCTS;             /* hard flow */          options.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);
         options.c_iflag |= ~(IXON | IXOFF);  
   
 #if defined(SERIAL_DEBUG)  #if defined(SERIAL_DEBUG)
         print_status(&options);          print_status(&options);

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>