Category Archives: SMS Modem

MOBITEK Q24, MOBITEK S80

How to Set-Up MOBITEK S80 Modem in VirtualBox

  1. Connect modem to host OS.Open VirtualBox, go to the setting of your virtual machine.
    How to Set-Up MOBITEK S80 Modem in VirtualBox-01
  2. Go to Serial Ports and set the setting as below:
    • Enable Serial Port.
    • Set Port Number: (port number inside the guest OS)
    • Port Mode: Host Device
    • Path/Address: (port number of modem that is connected to host OS)
      Note: Windows provides legacy names only for COM ports 1 through to 9. For all other COM ports you must use the full device naming convention under Windows. So if you decide to use COM10 instead of COM9, using COM10 at Path/Address won’t work. Instead you have to use “\\.\COM10”. (source: https://stackoverflow.com/questions/37728628/connection-through-com-port-between-host-and-guest-in-virtualbox)
      Click OK
      How to Set-Up MOBITEK S80 Modem in VirtualBox-02
    • Note: if this step is skipped, hyper terminal will have no response if connected to the “Sierra Wireless AT Command Port”
  3. Run the virtual machine.
    How to Set-Up MOBITEK S80 Modem in VirtualBox-03
  4. Go to device manager in VirtualBox to check the COM Port. In this example, the MOBITEK S80 Modem that is connected to the USB port (COM6) of host machine, the USB port is then mapped serial port (COM1) of VirtualBox.
    How to Set-Up MOBITEK S80 Modem in VirtualBox-04
  5. In VirtualBox, the modem is connected to COM1 which is the serial port .
  6. In the host machine, the same modem is connected to COM6 which is the USB port.

MOBITEK SMS360 is Now Part of MOBITEK SMS Gateway Development Kit

We are pleased to announced that MOBITEK SMS360 (Basic and E-mail Editions) are now bundled with MOBITEK SMS Gateway Development Kit.

MOBITEK SMS360 — Basic Edition is used for SMS broadcasting.

MOBITEK SMS360 — E-mail Edition is used for sending SMS via e-mail client or to integrate with any system via POP3 interface.

Existing customers whose warranty period still valid could request MOBITEK SMS360 at no extra charge.

 

 

MOBITEK S80 is 99% Compatible with Sierra Wireless FX100

Sierra Wireless FX100 3G Modem has reached end-of-life production cycle. It may be difficult to obtain a new unit. The good news is that  MOBITEK®  S80 is 99% compatible with Sierra Wireless FX100 3G Modem.

SPECIFICATION MOBITEK-S80_backMOBITEK S80 Sierra Wireless FX100Sierra Wireless FX100
SL8082T Module Yes Yes
GSM (2G) Network Quad Band Yes Yes
GPRS Network Yes Yes
WCDMA (3G) Network Dual Band Yes Yes
Serial Port (RS-232) 15-pin Yes Yes
USB Port Yes Yes
Sierra Wireless USB Driver Yes Yes
Open AT Yes Yes
GPS No Yes
Voice Yes Yes

More Information

 

How to Send SMS Using Command Line (CLISMS version 6)

Install CLISMS version 6

  1. Install Setup.exe
    CLISMS6-01
    CISMS v6 wil be installed in C:/Program Files/Mobitek/CLISMS
    CLISMS6-02
  2. Open the Device Manager and look into the Ports to find the modem is connected in which port on “Sierra Wireless AT Command Port (UMTS)”. CLISMS6-03

 

How to Use CLISMS by Using “bat” File

  1. Open Right click on sms.bat. Then choose Edit.CLISMS6-04
  2. Then the notepad will display like this. Change the port, phone number and message with necessary. Save it.CLISMS6-05
  3. Go back to your path file C:/Program Files/Mobitek/CLISMS. Double click at sms.batCLISMS6-06
  4. Then it will apear on command line form. This will automatically closed once the transaction of sending SMS is done.CLISMS6-07
  5. You can see the log file is generated on your path C:/Program Files/Mobitek/CLISMS.CLISMS6-08
  6. You may click on the log to see the transaction. Now you can see the record is there. CLISMS6-09

 

How to Use CLISMS in Command Line

  1. To sent out sms :-
    clisms.exe /port=2 /to=0162211600 /msg=Alert [press “Enter”]
    echo “sent” [press “Enter”]
    CLISMS6-10

More Information

Refer to the manual https://www.mobitek.my/main/how-to-send-and-read-sms-by-using-command-line/

MOBITEK S80 Sends SMS Over 3G Network

  1. The AT command result of MOBITEK S80 GSM/SMSModem shows:-
    MOBITEKS80-3G-01
  2. Take note that AcT = 2MOBITEKS80-3G-02

    UTRAN (short for “Universal Terrestrial Radio Access Network”) is a collective term for the network and equipment that connects mobile handsets to the public telephone network or the Internet. It contains the base stations, which are called Node B’s and Radio Network Controllers (RNCs)[1] which make up the UMTS radio access network.[2] This communications network, commonly referred to as 3G (for 3rd Generation Wireless Mobile Communication Technology), —https://en.wikipedia.org/wiki/UMTS_Terrestrial_Radio_Access_Network

    Since it is “2”, this mean MOBITEK S80 is connected to 3G network and SMS is sent via 3G network.

  3. Will MOBITEK S80 be restricted to sending SMS via 2G only ?
  4. No, MOBITEK S80 can send SMS via 2G or 3G network. MOBITEKS80-3G-03https://www.quora.com/What-will-happen-to-SMS-when-2G-network-shutdown-and-there-is-only-3G-and-4G-network-available-Are-people-still-able-to-send-SMS-and-receive-SMS-from-their-3G-mobile-phone

 

More Information

MOBITEK S80 is the Solution to Singapore Shutting Down 2G Network

Singapore government has confirmed that they will shut down 2G or GSM network:-

The Infocomm Development Authority of Singapore (IDA) has approved the request of the mobile network operators (MNOs) – M1, Singtel Mobile and StarHub Mobile – to close their 2G networks with effect from 1 April 2017.

Therefore, for Singapore, there is no choice and all equipments must move to 3G.

If you are currently using GSM/SMS modem that only supports 2G network (e.g. Wavecom M1306B, Wavecom Supreme 10, Sierra Wireless FXT009) we recommend MOBITEK® S80.

VB.net Sample Code for MOBITEK SMS API version 9.2 Revised

Visual Basic .Net sample code has been revised to include the following example:-

  • GetMSISDN
  • GetIMSI
  • Voice class

More Information