-
Notifications
You must be signed in to change notification settings - Fork 5
UART comunication
Andrzej Raczkowski edited this page Jun 25, 2019
·
3 revisions
sudo dmesg -n 1
chmod 666 /dev/ttyS0
cat < /dev/ttyS0
stty -F /dev/ttyS0 9600
echo 'COM+VP\r\n' > /dev/ttyS0
stty -F /dev/ttyS0 9600 && echo 'COM+VP\r\n' > /dev/ttyS0