On Wed, 05 Sep 2012 12:56:03 +0200
khal...@piap.pl (Krzysztof Hałasa) wrote:

> Hi,
> 
> I'm trying to use GSM tty line discipline. Basically
> 
> echo AT+CMUX=0 > /dev/ttyS0
> 
> set termios (speed etc.)
> int ldisc = N_GSM0710;
> ioctl(fd, TIOCSETD, &ldisc);

Baffled at this point. If you set some other ldisc instead (eg PPP) can
you reproduce it the same way ?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to