uart interrupt
-
Hi all,
I am working with onion uart ttyusb, I have sent and received successfully
how to make interrupt for uart receive,
Help please
-
using shell
edit: I forgot to mention Baud rate, you should use 115200while read -r line < /dev/ttyS1; do echo $line # do whatever you want with $line done
using "C" termios libriary
tldp Serial-Programming-HOWTO