Bointec Series MC221-Z Manuale utente

Modem Series User Manual
Modem Series
MC221-Z
User Manual
<Version 1.00>
Date: 7/30/2011

ModemSeriesUserManual
Page2
Revision History
Version Date Comments Author
1.00 2011-07-30 Initial Release Version Takaku

ModemSeriesUserManual
Page3
Important Notice
Due to the nature of wireless communications, transmission and reception of data
can never be guaranteed. Data may be delayed, corrupted (i.e., have errors) or be totally
lost. Although significant delays or losses of data are rare when wireless devices such as
this device are used in a normal manner with well‐constructed network, this device should
not be used in situations where failure to transmit or receive data could result in damage
of any kind to the user or any other party, including but not limited to personal injury, death,
or loss of property. This device accepts no responsibility for damages of any kind resulting
from delays or errors in data transmission, or for failure of this device to transmit or
receive such data.
Safety and Hazards
Do not operate this device in areas where blasting is in progress, where explosive
atmospheres may be present, near medical equipment, near life support equipment, or
any equipment which may be susceptible to any form of radio interference. In such areas,
this device MUST BE POWERED OFF. This device can transmit signals that could
interfere with this equipment. Do not operate this device in any aircraft, whether the
aircraft is on the ground or in flight and it MUST BE POWERED OFF when in an aircraft.
When operating, this device can transmit signals that could interfere with various onboard
systems.
Note: Some airlines may permit the use of cellular phones while
the aircraft is on the ground and the door is opened.
The driver or operator of any vehicle should not operate this device while in control of
a vehicle. Doing so will detract from the driver or operator’s control and operation of that
vehicle. In some states and provinces, operating such communications devices while in
control of a vehicle is an offence.
Limitations of Liability
This manual is provided “as is”. We makes no warranties of any kind, either
expressed or implied, including any implied warranties of merchantability, fitness for a

ModemSeriesUserManual
Page4
particular purpose, or non-infringement. The recipient of the manual shall endorse all risks
arising from its use.
The information in this manual is subject to change without notice and does not
represent a commitment on the part of this device. WE SPECIFICALLY DISCLAIM
LIABILITY FOR ANY AND ALL DIRECT, INDIRECT, SPECIAL, GENERAL, INCIDENTAL,
CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES INCLUDING, BUT NOT
LIMITED TO, LOSS OF PROFITS OR REVENUE OR ANTICIPATED PROFITS OR
REVENUE ARISING OUT OF THE USE OR INABILITY TO USE ANY PRODUCT, EVEN
IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR THEY
ARE FORESEEABLE OR FOR CLAIMS BY ANY THIRD PARTY.
Notwithstanding the foregoing, in no event shall we aggregate liability arising under or
in connection with our product, regardless of the number of events, occurrences, or claims
giving rise to liability, be in excess of the price paid by the purchaser for our product.
Copyright
Trademarks
Windows® is a registered trademark of Microsoft Corporation.
QUALCOMM® is a registered trademark of QUALCOMM Incorporated. Used under
licensed.
Other trademarks are the property of the respective owners.

ModemSeriesUserManual
Page5
Contents
Revision History.......................................................................................................................... 2
Important Notice.......................................................................................................................... 3
Safety and Hazards.................................................................................................................... 3
Limitations of Liability................................................................................................................. 3
Copyright...................................................................................................................................... 4
Trademarks.................................................................................................................................. 4
Contents....................................................................................................................................... 5
Overview...................................................................................................................................... 6
Basics........................................................................................................................................... 7
Environment......................................................................................................................... 7
AT Command..............................................................................................................................10
AT Command Rule.............................................................................................................10
Commonest Command .....................................................................................................10
SMS Function.............................................................................................................................11
Query SMS Center.............................................................................................................11
Send ASCII Message ........................................................................................................11
Send PDU Message..........................................................................................................11
SMS Relate Command......................................................................................................12
Receiving SMS...................................................................................................................12
Dial Up ........................................................................................................................................13
Phone and Modem Option................................................................................................13
Setting the 19200 Modem.................................................................................................16
Add Connection..................................................................................................................19
Dial Up.................................................................................................................................26
APN Setting........................................................................................................................26
Relate Command...............................................................................................................28
Hardware Watchdog..................................................................................................................29

ModemSeriesUserManual
Page6
Overview
This document describes modem products and its aim is to ease the test, install and
disposition.
Note: Though all features are documented here, new features
may still be in beta stage at publication and therefore may not
yet be validated. Please refer to the Customer Release Note for
complete and detailed information regarding beta and validated
features at time of release.

ModemSeriesUserManual
Page7
Basics
Environment
Assemble the antenna, power adapter, connect the modem to PC via RS-232 serial
cable, open the back cover, insert SIM/UIM card, and at last, power on.
Note: Don’t insert or remove the SIM/UIM card in power on state.
Follow these steps to open a HyperTerminal session.
Win XP: <Start> Æ<Programs> Æ<Accessories> Æ<Communications> Æ
<Hyper Terminal>
Enter the name of the connection and click OK.

ModemSeriesUserManual
Page8
Choose the communication port and click OK.
Set session properties.
Note: The default session properties are 115200/8/n/1/0 for this
device, as shown in above picture.

ModemSeriesUserManual
Page9
After configuration, new Hyper Terminal session window is shown as above.
Click Call button. If the bottom-left corner shows Connected…, then this Hyper
Terminal session is connecting to GPRS modem and ready for operation.
Portparameters
Properties
DisconnectCall

ModemSeriesUserManual
Page10
AT Command
AT Command Rule
AT<CR> // return Ok
AT+XXX=YYY<CR> // setting parameter
AT+XXX
?
<CR> // query parameter
AT&F<CR> // restore Modem parameters to factory default
AT&W<CR> // save parameters
Note: the AT command is case-insensitive and prefix by AT and
terminate by <CR>
Commonest Command
AT+CSQ<CR> // signal query
AT+IPR?<CR> // query device baud rate
AT+IPR=115200<CR>// baud rate setting, support
115200/57600/38400/19200/9600/4800/2400/1200
ATD0932400821; <CR> // voice call
ATD932400821<CR> // data call
ATA<CR> // incoming call answer
+++ // switch data mode to command mode
ATO<CR> // switch command mode back to data mode
ATH<CR> // hang up
Indice

















