Mobile Device SMS tool ====================== $Id$ Software homepage: ------------------ http://atrey.karlin.mff.cuni.cz/~short/sw/#mdsms Platform compatibility: ----------------------- Development platform / device test passed on: Linux [i386] (kernel 2.2.10-ac12, RedHat based) Supported platforms regarding successful compilation. Real functionality expected although testing not possible: Digital UNIX 4.0E [alpha] Linux [sparc] (kernel 2.1.77, RedHat based) Sun SunOS 5.5.1 [sparc/sun4m] SGI IRIX 6.5 [mips] Quick installation: ------------------- For quick installation type: ./configure make install For full installation options see file INSTALL. Quick intro for sending operator logos: --------------------------------------- Download some logo in NOL/NGG format from KESSLER Wireless Design: http://www.kessler-design.com/wireless/samples.php3 Generally you can send the logo from your phone (marked with 'S' below) to any other phone (marked as 'D'). But at least for the first case you'll be probably sending the logo to yourself (really possible): Port with our 9110: /dev/ttyS1 Baud rate for our 9110: 57600 S Our phone's SMSC: +420602909909 D Destination phone: +420602431329 Logo filename: /tmp/eurotel.nol D Dest. phone network: 23002 Open your 9110, select System->Fax modem->Settings. Choose cable connection with baudrate of 57600. Then Active Fax modem and issue the following UNIX command: ./mdsms --logo-send -v -d /dev/ttyS1 -b 57600 -s +420602909909 +420602431329 /tmp/eurotel.nol 23002 It should write some verbose output ending with "SMS sent..." message. Misc: ----- Documentation available in 'man' format, type "man mdsms" after installation. Contact to author available in file AUTHORS. When submitting bug reports, please use double -v -v option.