Description of C60T’s Mode Page

C60T-008


C60T-009

Explanation:
The 3G/4G Wireless Router Mode is selected for device work mode. Just in case, the C60T connected to Local Area Network (LAN). The 3G/4G connect to the Internet through a mobile ISP which is Maxis. For the WAN connection, the mobile ISP (Maxis) is the gateway to  access the Internet.


C60T-009Explanation:
The 3G/4G Wireless Router Mode is selected for device work mode. Just in case, the C60T connected to Local Area Network (LAN). The 3G/4G connect to the Internet through a mobile ISP which is Maxis. For the WAN connection, the mobile ISP (Maxis) is the gateway to  access the Internet.


C60T-011Explanation:
The third mode is Standard Wireless AP and APClient Bridge Mode. This figure is same like the figure number two. For the AP Client bridge mode, it connect to a wireless network and share the connection to its client on WAN side. When the wireless station limits the number of clients or asks username/password to connect, AP Client is what you need.
(source: http://www.tp-link.us/faq-442.html)


C60T-012
Explanation:
The last mode is wireless AP Client. The Ethernet wirelessly connected to PC or local network. The client’s PC can access the Internet. There also another wireless interface work for a WAN port connected to other wireless AP or router.
(source: http://www.tp-link.us/faq-442.html)

Description of C60T’s Status Page

C60T (Maxis)--001

  • C60T-002

Explanation:
The work mode is 3G/4G Wireless Router Mode and the connection is auto select for 3G/4G.
3G/4G ISP is the internet service provider which is WCDMA (Wideband Code Division Multiple Access) 3G from Maxis.
Signal show the percentage of network strength to access the Internet.
SIM/UIM status is available or active (Subscriber Indentity Module/User Identity Module).
3G/4G service is valid and can perform the service.
3G/4G Network is WCDMA.
(source: http://www.webopedia.com/TERM/I/ISP.html, https://en.wikipedia.org/wiki/Subscriber_identity_module, https://en.wikipedia.org/wiki/Removable_User_Identity_Module


 

C60T-003

Explanation:
This section explain about the WAN(Wide Area Network) connection type is 3G/4G Wireless Dial Up.
The IP Address is 10.179.118.194 and subnet mask is 255.255.255.255.
A gateway is a network point that acts as an entrance to other network. In this scenario, to access the WAN, the network must pass through a Maxis gateway which the gateway is 10.64.64.64.
DNS stand for Domain Name System which internet service that translates domain name into IP address. For examples;

C60T-004
The MAC Address is 00:B0:C0:4A:3D:93 and the keep time is how long the connection is keep connect to the Internet.
(source: http://searchnetworking.techtarget.com/definition/gateway, http://ping.eu/nslookup/)


 

C60T-005

Explanation:
The IP Address of LAN(Local Area Network) is 192.168.1.1.
Subnet Mask of the LAN is 255.255.255.0.
DHCP (Dynamic Host Configuration Protocol) is a network protocol that enables a server to automatically assign an IP address to a computer from a defined range of numbers configured for a given network. Just in case, the DHCP Server is enabled and below is the details:

C60T-006
MAC (Media Access Control) Address is a unique identifier assigned to the network interfaces for communications on the physical network segment. So the MAC Address is 00:B0:C0:4A:3D:92.
(source: https://kb.iu.edu/d/adov , https://en.wikipedia.org/wiki/MAC_address)


 

C60T-007

Explanation:
This section explain about the 3G/4G Module which the name is 3G/4G Device.
The manufacturer is HuaweiTechnologies and the product is HUAWEI Mobile.
VID/PID is the Vendor and Product id. A USB device that is plugged in identifies itself by its VID/PID combination. A VID and PID is 16-bit. This product VID/PID is 12d1/140c.
(source: http://www.voti.nl/docs/usb-pid.html)

Java Sample Code for MOBITEK STK API version 6.2 — InputRequest() and InputSubmit()

Introduction

STK refers to SIM Tookit.

SAT refers to SIM Application Toolkit

Both terms are interchangeable.

Java Sample Code

//To display a request from STK menu for an input
vMOBITEK = STKAPI.invoke("InputRequest");
sMOBITEK = vMOBITEK.getString();
System.out.println ("STK Menu has requested for an input: " + sMOBITEK + ".");
//To submit an input to STK Menu
strInput = "OK"
vMOBITEK = STKAPI.invoke("InputSubmit",strInput);
bMOBITEK = vMOBITEK.getBoolean();

More Information

Bug in MOBITEK STK API version 6.2.1

Bug Found In

  • MobitekSTK6.dll version 6.0, 6.1 and 6.2.1
  • MobitekSTK6.dll — ReadSMSText() always return “False” after calling SendSMS().

Test Procedure

  1. Send 10 messages from cellphone to the MOBITEK Q24 STK Modem.
  2. Call the function ReadSMSText() four times, it display the 4 messages.
  3. Then send 1 message from MOBITEK Q24 STK Modem to cellphone.
  4. Cellphone will receive the message.
  5. Call the function ReadSMSText(), return value is always “False” even though there are remaining 6 messages in SIM card.

Suggested Solution

  1. Use ReadSMS() instead; or
  2. Bug has been fixed in MOBITEK STK API verion 6.3

Status

  1. Bug has been fixed in MOBITEK STK API verion 6.3

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Applies To:-

  • MOBITEK® MobiGATE
  • MOBITEK® SMS Engine — Enterprise Edition version 5 and 6
  • Windows 7, 8 and 2012; 64 bit

Error Message: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Solution: Do no use MySQL ODBC Driver 64 bit; must use 32 bit that is included in the CD, “mysql-connector-odbc-5.1.5-win32.msi”.

 

 

Virtual Serial Port Console Shows COM Port Not Connected

VSP Console version 2.8

VSP Console version 2.8 Shows “Unconnected”

Problem: after adding new “COM port” and adding new “net”, MobiGATE’s SMS Engine is not able to initialise the modem.

Solution: restart PC/server. Sometimes, the configuration in Virtual Serial Port Console will take effect after restarting.

Applies to:-

  1. MOBITEK® MobiGATE model: SG-4-E
  2. Virtual Serial Port Console version 2.8

More Information