Serial Receive Interrupt ??? - Raspberry Pi Forums
hi everyone.
need learn interrupts. how can interrupt when data receive rpi ? i'm using raspbian.
has idea it?
need learn interrupts. how can interrupt when data receive rpi ? i'm using raspbian.
has idea it?
can use pthreads - create thread waits on data being avalable @ serial port , wake when data there - that's easiest you'll interrupt in userland under linux. when thread wakes up, can process data, etc.eqooo wrote:hi everyone.
need learn interrupts. how can interrupt when data receive rpi ? i'm using raspbian.
has idea it?
-gordon
raspberrypi
Comments
Post a Comment