Results 1 to 1 of 1
Hello, I am developing a GPS driver which is connected over a high speed UART. The driver of the high speed UART is available and it creates a device node ...
- 10-14-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 7
Writing GPS driver over High Speed UART
Hello, I am developing a GPS driver which is connected over a high speed UART. The driver of the high speed UART is available and it creates a device node /dev/ttyHS0. Now using the device node, I guess, I will be able to read/write from/to the GPS chip from user space but my aim is to write a GPS driver in the kernel space which would communicate with the high speed UART driver.
After some initial study, I think I can either write a line discipline driver or a serio. Am I right in my approach? Is there any other alternative.
Thanks and Regards,
Souvik


Reply With Quote