first commit

This commit is contained in:
chch 2021-03-06 16:24:55 +01:00
commit 3bc847acd6
2 changed files with 13 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
Cocktailbot-Scripts 8N1 9600

11
cocktailbot.sh Executable file
View File

@ -0,0 +1,11 @@
stty -F /dev/ttyUSB0 9600
echo "c2\r\n" > /dev/ttyUSB0
sleep 20
echo "a2\r\n" > /dev/ttyUSB0
sleep 20
echo "b2\r\n" > /dev/ttyUSB0
sleep 20
echo "a2\r\n" > /dev/ttyUSB0
sleep 20
echo "z0\r\n" > /dev/ttyUSB0