Initial commit

This commit is contained in:
2020-02-21 08:48:42 +03:00
parent 6a57387915
commit a936e0d815
79 changed files with 14169 additions and 27 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
COMDEV=/dev/ttyUSB0
stty -F $COMDEV -hupcl -opost -onlcr -isig -iexten -echo -echoe -echok -echoctl -echoke -icanon min 0 time 5
echo "Turn ON/OFF mount"
echo ":o#" > $COMDEV
cat $COMDEV
sleep 1.4
echo ":O#" > $COMDEV
cat $COMDEV