apt-get update
sudo apt-get install gammu-smsd
vi /etc/gammu-smsdrc
# Gammu library configuration, see gammurc(5) [gammu] # Please configure this! port = /dev/ttyUSB0 connection = at # Debugging logformat = textall # SMSD configuration, see gammu-smsdrc(5) [smsd] service = files #logfile = syslog logfile = /var/log/gammu-smsd # Increase for debugging information debuglevel = 4
send sms:
echo "Ich bin eine Test-SMS, versandt vom Raspberry Pi" | sudo gammu-smsd-inject TEXT "+49NUMBER"