Hi,

I guess your application is a userspace application?! Then you have to
set the termios bits via ioctl to the serial device (see 'man termios'
and 'man tty_ioctl'). I have only found the <ETX>, it's represented by
the <VINTR>-bit.

Regards
Chris

Am 03.06.2010 09:58, schrieb Mehmet Ali Ekici:
> Hi,
> We are trying to send and receive ascii characters from our application
> through serial ports.
> We are having problem of getting <SOH> , <STX> and <ETX> chars to
> application layer. These messages are getting lost in the kernel.
> 
> How can we tell kernel not to process these three characters and deliver
> them to application ?
> 
> Regards,
> Mehmet
> 
> 
> 
> 
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
> 
> 

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to