i have a atmega 8535 board that sends data to serial port.
i have written a kernel module that reads this data and stores it in a fifo.
i want to synchronize the communication between the serial port and the atmega board. for that i plan to use the interrupt of the serial port.
any suggestions on how must i proceed ??