summaryrefslogtreecommitdiff
path: root/plugins/alcd/scripts/activy_pb.sh
blob: 966ef55e0cb5c819c474992250635369f1de5d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Activy power button
/bin/stty 38400 < /dev/ttyS0
if [ "$1" = "0" ] ; then
   printf "\x94\x21" > /dev/ttyS0
   printf "\x94\x30" > /dev/ttyS0
else
   printf "\x94\x12" > /dev/ttyS0
   printf "\x94\x03" > /dev/ttyS0
fi