In this tutorial sharing about Menus and Dialogs. So, let start designing a simple
Notpad application. Please notice that this tutorial focuses only on the controls not the code.
Result / Analysis:
The USB converter has been
use in this project because of the GSM/GPRS modem itself only
be able to connect with serial. So the USB converter to serial extremely
need to connect the server to GSM/GPRS modem. After hardware been connected,
hyper terminal application take over to drive the connection. To make sure
the connectionreally establish, hardware and software communication port of
number must be same. Communication port known as COM port can verify
through the device manager. From there, the number of COM port will be
know. Then later on, set up the connection using the hyper terminal same
with. In hyper terminal, to make sure all the parameter in properties of
connection according to require. The most important parameter are baundrate
value is 115200 bits per sec should be select and flow control must be
select to hardware. This parameter is required in order to establish the
connection . ASCII format also need to set in ASCII set up in order ASCII
format working. Make sure all the parameter selected as required. After
all the connection and parameter has been setup, the command can be apply
in hyper terminal window. To see weather GSM/GPRS modem connection status,
command AT+CMGS to send be use to check this matter. Hyper terminal will
show 'OK' if the message been send to phone target. If hyper terminal not
show 'OK' means the message not deliver to target. It may cause of the SIM card
password still enable. It needs to disable the password first using
command AT+CPIN in order message can be deliver to target. The message is
indicating that all the connection of GSM/GPRS modem with server success.
Conclusion:
Hyper terminal is the
application we can use to give a command to send a message to mobile phone. The
connection consider estalish when the mobile phone able to receive the message
from the GSM/GPRS modem exactly same message send from the hyper terminal.
|