LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   TTy driver how to use underlying serial port (https://www.linuxquestions.org/questions/linux-hardware-18/tty-driver-how-to-use-underlying-serial-port-693046/)

vicky_driver 12-26-2008 05:48 AM

TTy driver how to use underlying serial port
 
I am building a new tty driver. have completed the few preliminary things required like registertation etc and am also able to receive data from user space. Now how do i send the data using the termios settings I am have made in the driver. Have tried registering struct serial_struct and then using outb to send the data but it then sends with the default of termios settings. what is the way out.


All times are GMT -5. The time now is 08:09 PM.