S sharanr1 Oct 30, 2018 1 0 10 Oct 30, 2018 #1 Is it possible to use the data received on Raspberry pi UART to interrupt the execution ? if so can you please explain.
Is it possible to use the data received on Raspberry pi UART to interrupt the execution ? if so can you please explain.
A asoroka Distinguished Apr 19, 2009 1,200 1 19,660 Oct 30, 2018 #2 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. Upvote 0 Downvote
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.