|
|
| 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); |