Donate Delphi Team

Sunday, October 14, 2012

ZylGSM FullSource


ZylGSM is a Delphi & C++Builder component that communicates with a GSM modem or phone with integrated modem (almost all new generation mobile phones).

Main features:
- Send SMS in text mode
- Send SMS in PDU mode
- Delete SMS
- Dial in voice mode
- Dial in data mode
- Answer incoming call
- Hang up current conversation
- Recognize calls and identify caller number
- New SMS message alert
- Read PDU and text SMS (
the message text must be in GSM 7-bit charset, multipart (concatenated) SMS and Unicode SMS are not yet supported)
- Detect GSM modem
- Execute custom AT commands


This component works with AT (Hayes) compilant GSM modems connected to one of the serial ports. You can use it also with USB, IrDA and bluetooth devices, because these devices have a driver that redirects the input from the USB, IrDA or bluetooth port to a virtual serial port (you can check it in System/Device Manager/Modems).

Global System for Mobile communications (GSM: originally from Groupe Spécial Mobile) is the most popular standard for mobile phones in the world. Its promoter, the GSM Association, estimates that 82% of the global mobile market uses the standard.

The demo version is fully functional in Delphi and C++Builder IDE, but it displays a nag dialog (the licensed version will, of course, not have a nag dialog and will not be limited to the IDE). The package includes demo programs for Delphi and C++Builder and a help file with the description of the component.

Supported Operating Systems:
Windows 95/98/Me/NT/2000/XP/2003/Vista/2008/7/8


Available for
Delphi XE3 (Win32 & Win64), Delphi XE2 (Win32 & Win64), Delphi XE, Delphi 2010, Delphi 2009, Delphi 2007, Delphi 2006, Delphi 2005, Delphi 7, Delphi 6, Delphi 5, Delphi 4, C++Builder XE3, C++Builder XE2, C++Builder XE, C++Builder 2010, C++Builder 2009, C++Builder 2007, C++Builder 2006, C++Builder 6, C++Builder 5, Turbo Delphi, Turbo C++

Remarks:
- The Delphi 2006 version is fully compatible with Turbo Delphi
- The C++Builder 2006 version is fully compatible with Turbo C++

- Delphi for .NET support was abandoned.