add some scripts

This commit is contained in:
2022-07-19 19:59:28 +03:00
parent 73bdcfb119
commit 3a649661b8
26 changed files with 482 additions and 43 deletions

8
Daemons/astrosib/CloseScope Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
COMDEV=/dev/ttyS0
stty -F $COMDEV -hupcl -opost -onlcr -isig -iexten -echo -echoe -echok -echoctl -echoke -icanon min 0 time 5
echo -ne "SHUTTERCLOSE?1,1,1,1,1\r" > $COMDEV
cat $COMDEV
echo -e "\n"