Some modifications of RGB LED panel

This commit is contained in:
Edward Emelianov
2021-04-20 20:17:58 +03:00
parent 59fe90b9e0
commit 1335cae775
16 changed files with 300 additions and 28 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
COMDEV=/dev/ttyUSB0
stty -F $COMDEV -hupcl -opost -onlcr -isig -iexten -echo -echoe -echok -echoctl -echoke -icanon min 0 time 1 115200
echo "G" > $COMDEV &
cat $COMDEV