(adsbygoogle = window.adsbygoogle || []).push({});
Using Sony Ericsson GM29 GPRS modem on Linux to send text messages.
I use this kind of code which I get from usenet but I have modified it for my own purpose:
#! /usr/bin/kermit + set port /dev/ttyS0 set speed 9600 if fail { # Check that port […]