Lists of Source Code Made by Borland Delphi (Compatible for All Delphi Versions)
18 May 2007
Free Source Code Download
Diposting oleh
Teknisoft
di
1:07 AM
Label: Delphi, Source Code
24 April 2007
Making System Application Conduct Electrics Peripheral Use Digital Communications Of Parallel Port And Delphi.

Parallel port communications a lot of used in PC interface but usage of port public is to communicate with printer, modem, keyboard and displayed. Though communications function of parallel port can be used for controlling equipments of household electrics like lamp, fan and others. Hence important port parallel so central in the case of digital data communications, more than anything else at the moment, port parallel can be told becoming not good because its function have often replaced by USB ( Serial Universal Bus). This paper will explain software and hardware using function of parallel port, its application Control system peripheral of electrics able to be used in the case operation peripheral house electrics or building. Software has been designed under Windows environment (32 bit) using Delphi version 7.0 from Borland International, Inc Software.
There are two kinds of two that is software and hardware. Software control system as controller extension between computer port and network relay, while to its it consist of network controlling interfaced to relay every apparatus/peripheral of electrics which later controlled by software which installation on computer. Testing data information and transmission with varying transmission speed have been done in this experiment, while examination of hardware done at truth evocation of poured into electrics current peripheral conducted software on computer.
For download this application, an see article and other component delphi click this link: Project Delphi With Parallel Port
Author & Coding
Dede Kurniadi
Diposting oleh
Teknisoft
di
10:28 PM
Label: Delphi, Interfacing, Programming, Tutorial
09 April 2007
Video Tutorial VoIP Video Call
watch video in 800x600 screen or 640x480 screen
Source : VoipRakyat.or.id
08 April 2007
Status Changer dengan Yahoo! Messenger Winamp Plugin
Salah satu plugin Winamp yang populer akhir-akhir ini adalah Yahoo! Messenger Winamp Plugin, yang dapat otomatis menggati status Yahoo! Messenger sesuai dengan judul dan artis dari lagu yang kita jalankan pada player Winamp.
Cukup menarik jika kmu bosan dengan status Yahoo! Messenger rutin dan kmu ingin menampilkan status yang diambil dari judul dan artis lagu yang saat itu kamu putar biar bisa dilihat statusnya oleh orang lain bahwa kmu sedang mendengarkan lagu tersebut lebih jelasnya lihat gambar.
Nach untuk kebutuhan instalasinya sbb:
1. Yahoo! Messenger Versi 6 atau terbaru. Download Yahoo! Messenger di sini
2. Winamp Versi 4 atau terbaru. Download Winamp di sini
3. Download Yahoo! Messenger Winamp Plugin di sini
Cara instalasi:
- Pastikan Winamp telah terinstal pada komputer, jika belum silakan instal Winamp terlebih dahulu.
- Jalankan Winamp, jika window Winamp muncul dan kmu dapat memutar sebuah lagu maka instalasi Winamp telah sukses.
- Matikan Winamp yang kmu jalankan.
- Klik 2 kali pada file Yahoo Messenger Winamp Plugin (msgramp.exe), selanjutnya pilih “Run this program…”, Click “Yes” dan “OK” dan “Next”, proses instalasi plugin berjalan secara otomatis sampai selesai.
- Jalankan Winamp player.
- Tekan tombol Ctrl + P untuk mengubah preferences Winamp.
- Klik “General Purpose” kemudian klik 2 kali pada “Yahoo! Messenger Plugin” selanjutnya aktifkan/centang pada “Enable Plugin” dan tekan “OK”.
- Jalankan salah satu lagu dan amati apa yang terjadi pada status Yahoo! Messenger Anda..
Pada The Status Message Format karakter silahkan kamu isikan sbb: - %A = Untuk menampilkan nama artis.
- %N = Untuk menampilkan nama lagu.
- %T = Untuk menampilkan judul.
- %I = untuk menampilkan nomor lagu di playlist
- Bonus satu lagi, disamping itu kmu juga bisa tambahin dibelakangnya alamat URL website, friendster ato apa kek bebas sesuka kmu, biar orang lain yang ngeklik status YM kmu langsung akan membuka link website yang kmu masukan tadi untuk lebih jelasnya liat dech gambarnya. OK dech met mencoba aja :D.
Dikutip dari : PelangiNetwork.Net
Read More......16 March 2007
Video Tutorial Make Omni 14 Db 2,4 Ghz
watch video in 800x600 screen or 640x480 screen
Source : VoipRakyat.or.id
12 March 2007
09 March 2007
Video Tutorial Installation Free Net TV
watch video in 800x600 screen or 640x480 screen
Source : VoipRakyat.or.id
Diposting oleh
Teknisoft
di
8:57 PM
14 January 2007
SMS Gateway
One problem of SMS messaging is that SMSCs developed by different companies use their own communication protocol and most of these protocols are proprietary. For example, Nokia has an SMSC protocol called CIMD whereas another SMSC vendor, CMG, has an SMSC protocol called EMI. We cannot connect two SMSCs if they do not support a common SMSC protocol. To deal with this problem, an SMS gateway is placed between two SMSCs. This is illustrated in the following figure. The SMS gateway acts as a relay between the two SMSCs. It translates one SMSC protocol to another one. This way can be used by two different wireless carriers to interconnect their SMSCs for purposes such as enabling the exchange of inter-operator SMS messages.
| Figure 1. An SMS gateway acts as a relay between two SMS centers. |
|
|
Besides wireless carriers, content providers and SMS application developers may also find an SMS gateway useful. Let's consider the following situation. Suppose you are the developer of an SMS text messaging application. To send and receive SMS text messages on your server, one way is to connect to the SMSCs of the wireless carriers. Different wireless carriers may use SMSCs from different vendors, which means your SMS text messaging application may need to support multiple SMSC-specific protocols. (This is illustrated in the following figure). As a result, the SMS text messaging application's complexity and development time increases.
| Figure 2. An SMS text messaging application connects to SMSCs without an SMS gateway. |
|
|
To connect to an SMS gateway, you can use an SMSC protocol such as SMPP and CIMD. Some SMS gateways support an HTTP / HTTPS interface. HTTP / HTTPS is easier to use than SMSC protocols. The drawback is that there may be fewer SMS features to use. For example, an SMS gateway may not support the sending of picture messages through the HTTP / HTTPS interface.
| Figure 3. An SMS text messaging application connects to SMSCs through an SMS gateway. |
|
|
Besides using a direct connection to the SMSC of a wireless carrier, another way to send and receive SMS text messages on a computer is to use a mobile phone or GSM/GPRS modem. To do this, your SMS text messaging application has to know how to communicate with the mobile phone or GSM/GPRS modem using AT commands.
Some SMS gateways are capable of handling the connections to mobile phones and GSM/GPRS modems. To send and receive SMS text messages with a mobile phone or GSM/GPRS modem, the SMS text messaging application only needs to know how to talk to the SMS gateway and does not need to know anything about AT commands. More details about GSM/GPRS modems and AT commands will be provided in later sections of this SMS tutorial.
| Figure 4. An SMS text messaging application connects to a pool of mobile phones or GSM/GPRS modems through an SMS gateway. |
|
|
As you can see in the above sections, an SMS gateway has a lot of responsibilities in an SMS messaging system. So, SMS gateway software can be very complex and complex software is usually expensive. Fortunately, there are open source SMS gateway software packages that can be downloaded free of charge over the web. One high-quality free SMS gateway software package is Kannel, which is written in the C programming language. Kannel can handle connections to SMSCs, mobile phones and GSM/GPRS modems. It has an HTTP / HTTPS interface for the sending and receiving of SMS messages. More information about Kannel can be found on its web site http://www.kannel.org/.
Source : http://www.developershome.com
Diposting oleh
Teknisoft
di
1:30 AM
0
Comment
Label: Programming, Tutorial







