Raspberry pi Interrupt

Oct 30, 2018
1
0
10
Is it possible to use the data received on Raspberry pi UART to interrupt the execution ? if so can you please explain.
 

asoroka

Distinguished
Apr 19, 2009
1,200
1
19,660
What operating system are you running?

What do you mean interrupt execution?

What do you want to happen when the UART generates an interrupt?

Essentially you need to write your program to listen for the interrupt and then do something.