How to Set-Up a Air-Time Reload Service for Customers in Singapore to Reload MAXIS Air-Time?

I’d like to do Maxis E-Load & Digi Flexi E-Load from overseas like Korea, Singapore. Please let me know the possibility.

The set-up is as follows:-

  • The MOBITEK Q24 STK MODEM will be located in Malaysia with Maxis e-load SIM card inserted
  • MOBITEK Q24 SMS MODEM will be located in Malaysia with Singapore SIM card, roaming enable, number is +65923xxxxx
  • customer in Singapore will send SMS to +65923xxxxx with message containing command to reload
  • your application will read the incoming SMS reload request from MOBITEK Q24 SMS MODEM
  • your application will then instruct MOBITEK Q24 STK MODEM to begin reload process

For more information about:-

  1. MOBITEK Q24 STK MODEM and MOBITEK STK API
  2. MOBITEK Q24 SMS MODEM and MOBITEK SMS GATEWAY DEVELOPMENT KIT

Test Result of Whether Our MOBITEK Q24 GSM MODEM is Compatible with SMSLib

MOBITEK Q24 USB
MOBITEK Q24 GSM Modem is compatible with SMSLib

 

Tested enviroment:
– Window XP 32bit
– Java Eclispe Version: 3.4.0

 

Tested:
– Finding com port using “commTest.java” -> ( successful )
– Receiving SMS using “ReadMessages.java” -> ( successful )
– Sending SMS using “SendMessage.java” ->( successful )

 

Below are log files for the java files.

MOBITEK Q24 SMS MODEM in Environmental Monitoring System (EMS)

MOBITEK Q24 SMS Modem

MOBITEK Q24 SMS Modem

 

Our MOBITEK Q24 SMS MODEM is used by INFOCONNECT’s EMS.

Here is an introduction on EMS by our partner Mr. Ooi Chee Thim, Director of Sales, INFOCONNECT:

Nowadays, modern data centers consist rows and rows of server & network racks. Within the racks, there are high powered servers which generate lots of heat. The number one problem in a data center is HEAT nowadays. Thus, monitoring and managing the temperature inside the rack to the manufacturer’s recommended operating environment is a big challenge. Every electronic equipment will operate best as long as the temperature does not exceed manufacturer’s specified operating environment. We all know that. However, the current method of doing show is cumbersome & messy. It has lots of constraints. The whole problem points to the basis that it is a ‘wired’ solution. Wired technology is becoming a ‘sunset’ technology. The data center can do with less or no wires. The current data center is already congested with wires running below the raised floors, along cable trays and/or conduits. It is very messy. It is difficult to manage. It has no investment protection. Thus, it is a big problem for wired technology.

Continue reading

How does MOBTEK STK MODEM HUB, STKMH-EP432 model work?

Note: this post has been superseded by http://mobitek-system.com/blog/2015/01/how-does-mobtek-q24-stk-modem-hub-model-stkmh-ep432-c-work/

MOBITEK STK MODEM HUB

Basically, there are 4 STK MODEM in STKMH-EP432, and each of them is assigned to an IP address:-

  • modem 1 => 192.168.1.10:8001
  • modem 2 => 192.168.1.10:8002
  • modem 3 => 192.168.1.10:8003
  • modem 4 => 192.168.1.10:800

On PC side, you will need to install a virtual com port driver that will map com port to the IP address, e.g.:-

  • COM Port no. 11 => 192.168.1.10:8001
  • COM Port no. 12 => 192.168.1.10:8002
  • COM Port no. 13 => 192.168.1.10:8003
  • COM Port no. 14 => 192.168.1.10:8004

Then your Reload System/Software communicates with the COM port number, e.g.:-

  • Reload1.exe => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 11
  • Reload2.exe => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 12
  • Reload3.exe => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 13
  • Reload4.exe => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 14

Or if you are using multi-threading, then

  • Reload.exe => thread no. 1 => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 11
  • Reload.exe => thread no. 2 => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 12
  • Reload.exe => thread no. 3 => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 13
  • Reload.exe => thread no. 4 => MobitekSTKAPI.dll => DisplayMainMenu() => COM Port no. 14

Comparison Between MOBITEK Q24 MODEM and M1306B

Comparison
Feature MOBITEK Q24 M1306
Country of Origin Malaysia China
Wavecom Module in Modem Genuine Fake
Price Matches with Quality & Reliability  Damn cheap! As low as USD10 per unit!
IMEI Unique Either none or duplicated
Components in Modem New Reconditioned
Warranty 12 months 1 month or none at all
Intellectual Property Rights  royalties paid to GSMA  Does not respect IPR

How to identify a fake GSM Modem – Wavecom Fastrack M1306B

  1. mostly made in China
  2. uses non-genuine Wavecom module
  3. using re-conditioned component
  4. original M1306B does not have USB version
  5. no IMEI or IMEI is duplicated
  6. warranty is 1 to 3 months (and also depends on whether the vendor is still around for you to claim warranty)
  7. the module used is stated as “based on Wavecom”
  8. selling at USD100 or less

Here is a picture of fake Wavecom Fastrack M1306B GSM Modem:

Fake Wavecom Fastrack M1306B

Fake Wavecom Fastrack M1306B

It is fake because:-

  1. original version does not have USB; and
  2. IMEI (15 digit serial number) printed at back of modem and on box are different.

Here is a picture of the original one:-

 Original Wavecom Fastrack M1306B

Original Wavecom Fastrack M1306B

For more pictures, please goto http://www.mobitek.com.my/GSM_Modem/Wavecom.htm

More Information