Author Archives: Mahdlurin Yahi

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 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

How to Configure Sunix USB-to-Serial Converter in VirtualBox

Applies to these MobiGATE models:

  • SG-4
  • SG-8
  • SG-4-U
  • SG-8-U

 

  1. Goto "VirtualBox -> Settings -> USB -> USB Device Filters". Add new filter.
    Configure Sunix USB-to-Serial Converter-01
  2. Run the virtual machine.
  3. Install the USB driver for Sunix USB-to-Serial Converter (pic).
    Configure Sunix USB-to-Serial Converter-02
  4. Connect Sunix USB-to-Serial Converter to PC. It will create 4 devices “Prolific Technology …” in VirtualBox.
    Configure Sunix USB-to-Serial Converter-03
  5. The “Device Manager” in VirtualBox will also show 4 COM ports “Prolific USB-to-Serial Comm Port” have been added.
    Configure Sunix USB-to-Serial Converter-04

source: https://forums.virtualbox.org/viewtopic.php?f=8&t=42275

Note: If you skip step 1 and do not add a new “USB Device Filters”, instead you configure from "VirtualBox -> Devices -> USB" (Step 4), then there will be an error. “Failed to attach the USB device”.
Configure Sunix USB-to-Serial Converter-05

How to Configure MOBITEK S80 SMS Modem to Use SMS API and to Access Internet via 3G at the Same Time

  1. Goto “AirCard Watcher -> Setting -> Messaging -> Routing option”  and select  “Circuit Switched”.
    MOBITEK S80 SMS Modem to Use SMS API and to Access Internet via 3G-01
    MOBITEK S80 SMS Modem to Use SMS API and to Access Internet via 3G-02
  2. After you have set to “Circuit Switched”, you can use MOBITEK SMS API and access internet via 3G at the same time.
    MOBITEK S80 SMS Modem to Use SMS API and to Access Internet via 3G-03
  3. Note that AirCard Watcher (through Sierra Wireless AirCard HSDPA Modem) uses different COM port, in this example, it is using COM port number 3.
    MOBITEK S80 SMS Modem to Use SMS API and to Access Internet via 3G-04

 

How to Use AirCard Watcher to Connect MOBITEK S80 3G Modem to 3G Network

  1. First, install AirCard Watcher.
  2. Insert SIM card into MOBITEK S80 3G Modem and connect it to PC or laptop.
  3. A new modem in “Device Manager” will appear — “Sierra Wireless AirCard HSDPA Modem”.
    AirCard Watcher-01
  4. Run AirCard Watcher.
    AirCard Watcher-02
  5. AirCard Watcher will automatically detect the MOBITEK S80 3G Modem and show the name of TELCO. In this example, it is “U Mobile”. It will also show “3G”.
    AirCard Watcher-03
  6. Click “Connect” button to connect to 3G network. If successfully connected then the red signal bar will turn to green and the “Connect” button will change to “Disconnect”.
    AirCard Watcher-04
  7. Try accessing the internet via a web browser. AirCard Watcher will show the upload and download speed (refer to red box).
    AirCard Watcher-05
  8. To check data usage, click on the “meter” icon (red box)
    AirCard Watcher-06

How to Set-Up MOBITEK S80 3G Modem in Linux Running in VirtualBox

Note: this guide is mapping the serial port of VirtualBox with the USB port of the host machine.

  1. In “Serial Ports” setting of VirtualBox, map the USB port of the host machine that is connected with S80 (COM3 in this tutorial) to COM1 (or any COM port number) in VirtualBox. If this step is missed, then MOBITEK S80 will not response in CuteCom or Putty (terminal).
    MOBITEK S80 3G Modem in Linux Running in VirtualBox-01
  2. To check if MOBITEK S80 is connected to the USB port, type “lusb”. It will show MOBITEK S80 Modem as “Sierra Wireless, Inc. MC8700 Modem”.
    MOBITEK S80 3G Modem in Linux Running in VirtualBox-02
  3. But in this  VirtualBox (virtual machine), MOBITEK S80 is connected via “Serial Ports” (as per step 1) and via “USB” of the VirtualBox. To check which serial port is MOBITEK S80 Modem connected, type in “dmesg | grep tty”. In this example, it shows “ttyS0” which is COM1 that was set in step 1 above.
    MOBITEK S80 3G Modem in Linux Running in VirtualBox-03
  4. Run CuteCom. Select “/dev/ttyS0” in device and click Open device. Then type the AT command.
    MOBITEK S80 3G Modem in Linux Running in VirtualBox-04