mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-21 09:10:58 +03:00
add some scripts
This commit is contained in:
8
Daemons/astrosib/OpenScope
Executable file
8
Daemons/astrosib/OpenScope
Executable 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 "SHUTTEROPEN?1,1,1,1,1\r" > $COMDEV
|
||||
cat $COMDEV
|
||||
echo -e "\n"
|
||||
Reference in New Issue
Block a user