I need to set an interruption for the serial (uart) port in Beaglebone, in such a way that when the serial port receives any info an interruption (function) is automatically activated doing something with the received data.
I have searched methods to do so, but no success. I have worked with interruption for uart ports in microcontrollers, and I though I could do the same in Beaglebone.
Any suggestion to do it?
Thanks in advance.