Category Archives: SMS Modem

MOBITEK Q24, MOBITEK S80

Set-up Guide for MOBITEK S80 on LAN

Objective: to set-up MOBITEK® S80 to operate on local area network (LAN) via LAN port.

Applies to:-

  • MOBITEK® S80 SMS Modem Type S-L
  • MOBITEK® S80 3G Modem Type E-L

MOBITEK® S80 for SMS Over 3G Network

 

How to Configure LAN Port of MOBITEK® S80

There are 2 tasks:-

  1. How to Assign/Change IP Address of MOBITEK® S80
    1. IP address has to be assigned to the modem
  2. How to Add A COM Port for MOBITEK® S80
    1. on PC/server, a new COM port has to be added and mapped to the IP address of the modem

 

How to Assign/Change IP Address of MOBITEK® S80

  1. Connect the LAN  (ethernet) cable to the modem and the other end to your router or switch.
  2. Connect power adapter to the modem, turn on the power.
  3. Run the Windows application “USR-TCP232-T24-V5.1.1.20.exe“.
  4. Click “Search in LAN”.
    USR-TCP232-T24-01
  5. It will look for the IP address of MOBITEK® S80, if found it will display the address. In this example it is 192.168.10.210
  6. Click the “Device list in the net” , make the following changes in the “Parameters” section:-
    1. set to “TCP Server”;
    2. change the IP address in “Module IP” that matches your LAN, the IP address is for MOBITEK® S80 (e.g. 192.168.10.210);
    3. change the “Default Gateway” that matches the IP address of your router (e.g. 192.168.10.1);
    4. optional — change “Module port”;
      USR-TCP232-T24-02
  7. Finally, click “Set selected item via Net” or “Set selected item via LAN” to save changes.
    USR-TCP232-T24-03
  8. Exit the Windows application “USR-TCP232-Setup”.

 

How to Add A COM Port for MOBITEK® S80

  1. In Windows PC/Server, install “USR-VCOM” then run it.
  2. Click “Smart Vcom” (you must first exit “USR-TCP232-Setup”, otherwise an error message “Search port 1901 is occupied” will appear):
    USR-VCOM_V3.7.1.520_Setup-01
  3. If MOBITEK® S80 is found, it will be displayed. Check it then click “Next” to create COM port.
    USR-VCOM_V3.7.1.520_Setup-02
  4. A new COM port number will be created under “COM Name”, in this example it is 1.
  5. Also the COM port number can also be seen either in “Device Manager -> Ports”
    or in  “Device Manager -> Virtual Serial Ports (Eltima Software)”. COM port number will be displayed.
    USR-VCOM_V3.7.1.520_Setup-04
  6. “Net State” will show “Connected”.
  7. Your application will communicate with MOBITEK® S80 via the above COM port number.
  8. When your application is connected to MOBITEK® S80  then “COM State” will show “Open”.
  9. When your application is communicating with MOBITEK® S80 to send and read SMS, the values in “COM Received” and “Net Received” will be increasing.
  10. Ensure “USR-VCOM” is set to “AutoRun” (red box) and ensure it is running, otherwise SMS application is unable to connect to MOBITEK® S80 Modem:

 

Appendix: Using “Search” to Find the IP address of MOBITEK S80

  1. If “Smart VCOM” fail to work, then use “Search” function. Select “USR-TCP232-T24”:
  2. If modem is found, it will list the IP address of modem:
  3. Click “Connect Virtual COM” to create a COM port:
  4. Select a COM port for the modem (e.g. COM20), and select “TCP Client”:
  5. MOBITEK® S80 Modem is connected to COM port number 20.

MOBITEK S80 SMS Modem — Send SMS via SQL Statement

Problem: Many 3G modems allow you to send SMS via graphical user interface but not able to integrate with your software or system.

 

Solution: MOBITEK® S80 SMS Modem

MOBITEK® S80 allows you to integrate with your software or system send SMS via SQL statement.

  1. To send out SMS
    Insert into Outbox (Message, Mobile, DateTimeQueue, Status) 
    values (‘Hello!’, ‘0163311600’, mm/dd/yyyy hh:mm am, ‘P’)
  2. To read all new SMS
    Select * from Inbox where Status = ‘New’

 

How It Works?

  • Your application will connect to a MS Access database file.
  • SMS Engine — Basic Edition (Windows software) connects to both MOBITEK® S80 and with the database file.
  • Whenever there is a new record in the [outbox] table, SMS Engine — Basic Edition will pick-up and instruct MOBITEK® S80 to send out as SMS.
  • Whenever there is a new incoming SMS recevied by MOBITEK® S80, SMS Engine — Basic Edition will automatically insert into [inbox] table

 

More Advantages of SMS Engine — Basic Edition 

  1. Rapid Development: no need to waste time in developing a programme to handle incoming and outgoing SMS.
  2. SIM Unlock: enter the PIN, and the SMS Engine will unlock the SIM card.
  3. Polling: set the frequency of database polling – this will control the speed of the sending and receiving SMS.
  4. Delivery Status Report: a report will accompany with each outgoing SMS to report whether the SMS is delivered or not.
  5. Routing: able to configure multiple mobile number prefixes (by comma separated).
  6. Direction: to speed-up the broadcast, SMS Engine can be configured to send SMS only.
  7. Query Balance: if prepaid is used, the credit balance can be queried.
  8. Reload: if prepaid is used, a top-up can be performed.
  9. For more information, refer to https://www.mobitek.my/main/software-development-kit/mobitek-sms-engine-basic-edition/

 

New version 6 is available for existing customer to download. Please reply to this e-mail to receive the download link.


USB Driver of MOBITEK S80 SMS Modem Does Not Work in VirtualBox

Applies to:

MOBITEK® S80 for SMS Over 3G Network

 

Problem: when USB driver is installed, the following error message will appear:

Description:
  Windows was able to successfully install device driver
  software, but the driver software encountered a problem
  when it tried to run. The problem code is 10.

Problem signature:
  Problem Event Name:    PnPDeviceProblemCode
  Architecture:    x64
  Hardware Id:    USB\VID_1199&PID_68A3&REV_0006
  Setup class GUID:    {36fc9e60-c465-11cf-8056-444553540000}
  PnP problem code:    0000000A
  Driver name:    swiwdmbx64.sys
  Driver version:    1.0.0.9
  Driver date:    09-01-2014
  OS Version:    6.0.6001.2.1.0.272.7
  Locale ID:    1033

Suggested Solution: in VirtualBox map the USB port of host machine to serial port to virtual machine, refer to  “How to Set-Up MOBITEK S80 Modem in VirtualBox

Both AirCard Watcher and SMS360-Email Can Run at The Same Time

Both AirCard Watcher and MOBITEK SMS360-Email were started from 2018-7-17, 3:51 pm until 2018-7-18, 3:51 pm

During this time, AirCard Watcher is connected to 3G network with mobile data enabled.

Result: MOBITEK SMS360 E-MAIL is working, able to convert e-mail to outgoing SMS. Both AirCard Watcher and MOBITEK SMS360-Email were able to run at the same time.

START:

END:

MOBITEK SMS360 E-MAIL is working, able to convert e-mail to outgoing SMS.                     SMS is received:-

Difference Between Wavecom Fastrack Supreme 20 and Wavecom Fastrack M1306B

Wavecom Fastrack Supreme 20 GSM Modem

Please note that Wavecom Fastrak M1306B and Wavecom Fastrack Supreme 20 are from the same Wavecom GSM Modem family. Therefore both models are 100% compatible.

 

The difference is that Supreme 20 has USB port and the USB can supply power to the GSM modem while M1306B does not have both features.

SMS Content Has Strange Alphabets and Numbers

Product: MOBITEK S80 Type S Expiry Date of Warranty and Support  2017-12-20
Which Development Kit are you using? What is the Operating System?
Which programming language are you using? SIM Card Used:
Description of Problem: I receive SMS with number and alphabet (unknown content) quite constantly. One of the SMS I receive as below,

005200650066003A005300310035003100370037000A
004F006D006500670061002000570061007400630068
000A0050006C006500610073006500200048006F006C
0064002C000A0044006F006E20190074002000700072
006F0063006500650064

could you assist.

Trouble Shooting:
Suggested Solution:

How to Send and Read SMS Using MOBITEK S80 Modem with SMS Express in AirCard Watcher

Note: SMS Express is compatible with Type S only; Type S-L is not compatible.

  1. To send message Click on the message icon
  2. This tab will appear and you need to click the “New”
  3. Once you click new, this tab will appear you can key in the number and message.
  4. Then click send
  5. The sent message will be stored in the Sent Items
  6. To read message click on the inbox, it will show all the read and unread messages.
  7. The  message you selected will be displayed here.

How to Integrate MOBITEK S80 SMS Modem with Network Monitoring System

Here are 3 ways that your network monitoring software can send out SMS via our MOBITEK® S80 SMS Mode:-

  1. MOBITEK® CLISMS
  2. MOBITEK® SMS API
  3. MOBITEK® SMS Engine — Basic Edition