Hello,
I am an engineering student conducting research at a university this summer. In order to progress in this research, I need to develop some program that can interface with the driver to a cd burner so that I can control the laser manually. So before I develop a program that times the laser's movement accordingly, I need some way to communicate with the driver.
I know that I will need to start learning about linux device drivers. But I need more information, such as how Linux communicates with the dvd writers that a computer has and whatnot? Will I have to edit those drivers? Will I also have to develop a program to inferface with that driver? Does this program change depending on the writer of the cd writer hardware?
Does anyone know how I should go about doing this? Any input would be greatly appreciated.
Thanks!