LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   uart driver for infrared remote control (https://www.linuxquestions.org/questions/linux-kernel-70/uart-driver-for-infrared-remote-control-494283/)

ubuntu_amateur 10-20-2006 10:17 PM

uart driver for infrared remote control
 
Hi,All.
to use uart port as an infrared-red receiver, what should be considered?
how fast the baud-rate should be set?

manwichmakesameal 10-29-2006 01:50 AM

Maybe you are looking for a forum like this?

ubuntu_amateur 10-30-2006 02:32 AM

Thanks for your response.
however, I find no helpful info about uart driver for ir receiver.

ubuntu_amateur 10-30-2006 02:34 AM

Thanks for your response.
however, I find no helpful info about uart driver for ir receiver.

rick.2g 11-04-2006 01:38 PM

I don't think there is a specifically IR uart driver in the kernel - there is IR and there is serial, but I don't know that there's a valid connection between the two. It's probably not TOO difficult to get it to treat an IR port as a serial device.

Also, if it's just a serial connection to the device, it's not a kernel driver, but a user-space program that handles the communication with the device - the uart will be transparent in that case. The kernel will handle the PC side of the serial driver, but any communication that goes on between the serial port and the IR device will have to be interpreted by a separate program, which, again, wouldn't be a kernel issue - that would be user-space.

If you have more info, I could probably help a lot more - your question was very general.


All times are GMT -5. The time now is 04:23 PM.