A device that can modulate(analog signal to digital) and demodulate(digital signal to analog)

learn more… | top users | synonyms

-1
votes
0answers
19 views

wvdial E1732 huawei failed to have data connection [closed]

I am trying to configure E1732 Huawei modem interface with wvdial. I am able to get the IP address but not able to browse. when i open browser it is showing timed out.but pinging is happening. can any ...
0
votes
0answers
18 views

Find time taken to connect to a call using AT command

I am using a GSM modem and using minicom to pass AT commands to the modem. I need to find out the following. 1) Time taken to initiate a call. 2) Time elapsed till the user picks up the call. 3) ...
2
votes
0answers
16 views

Phase Locked Loop: Help and clarification needed

I have been looking at implementing my own FSK modem. I have the modulation done and am satisfied that it thus far. I am now stuck on the demodulation of the signal. I have read that a phase locked ...
0
votes
0answers
14 views

How to make Reliance Netconnect+ modem work on linux? [migrated]

I am not able to connect internet through Reliance Netconnect+ on my Fedora 14? It is working properly on Windows. Whenever I run wvdial command, I see below error: --> WvDial: Internet dialer ...
0
votes
1answer
35 views

How to record phone call via DialUp modem

I've tried this program and It's compatible with each dial up modems connected to my laptop and I think it's using a windows API or a public API because the other programs I saw were only compatible ...
-1
votes
0answers
28 views

ATD AT command Dial network service number (*168#) on Wavecom Modem [closed]

i have problem dialing service number *168# using ADT command. dialing in regular number like +xxxxxxxxxx was perfectly work. please help me. +CREG: 1,"2B24","0D1A" ATD**168*XXXXXXXXXXXX#; NO ...
0
votes
0answers
29 views

Sending MMS over HTTP using GPRS modem

I am to develop application to send Email (with attachment) and MMS using Telit GL865 modem. Modem does not support WAP communication. Can MMS be sent using HTTP via GPRS? Is that a problem?
1
vote
0answers
29 views

Communicating serial port on windows with php

I'm working with an application which connects to Huawei 3G Modem using COM ports in php. Here is my code: <?php include("sms.php"); $sms = new sms(); $device = "COM11"; exec("mode $device ...
0
votes
0answers
32 views

Building an SMS server for receiving SMS

I am working on a project where I am building a server that can receive SMS from any mobile phone via a longcode (Phone Number) given to the user to send the SMS This SMS is received by my server via ...
1
vote
1answer
261 views

Using 3G modem to make a voice call

Most of the 3G modems (USB sticks) support voice calls, but all of them can do this only through the dashboard software which is shipped with them. Do you have any information, how to get the voice ...
0
votes
0answers
125 views

3G USB modem not responding to AT commands

I have a 3G modem (ZTE MF-210) plugged as a mini-pci daugther board into my tablet. I'm trying to integrate that as part of my Open Source Android JB porting project: ...
0
votes
0answers
146 views

Send SMS using GSM modem in PHP

I would like to send SMS from my GSM modem. I tried to implement this using this link as reference. But my modem will not produce any response.Any help..Thanks in advance.... Here is my code snippet.. ...
-2
votes
0answers
17 views

Landline Over IP [closed]

Hello I need to use a POS terminal that uses landline. I don't have landline there, only can have a PC with internet access and dial up modem. On the other place I have also a PC with internet access ...
-2
votes
0answers
35 views

I can Access my Modem from Internet [closed]

I recently found that I can access my modem from internet from my IP and using default user name and password for modem. I need to Know that if one can access my modem from internet how he can access ...
-1
votes
1answer
78 views

GSM Modem Mapping in linux

My task is to find out which GSM modem is connected to which serial port and write a programm in python which does the following work. Now since multiple sim cards can be connected to a given modem, ...
0
votes
0answers
49 views

Cant access some specific website using my i-ball router/wifi..how can i solve this?

so here is the this i have iball baton 150m wireless-n router... http://www.iballbaton.com/ProductDetail.aspx?p=84 if i connect my laptop to the modem directly then i can access all websites no ...
-1
votes
0answers
111 views

send sms via GSM modem from my pc using php

In my application i trying to send sms using gsm modem,I follow this link("Sending SMS using GSM Modem").But it will show the exception like "Unable to setup COM port, check it is correct".My modem is ...
1
vote
2answers
92 views

Connecting 3G USB Modem to 56K Modem

we have a client software deployed worldwide which is using analog phone lines and 56K Modems to connect to a backend software for uploading data (the backend servers have multiple analog modem ...
0
votes
0answers
36 views

AT+ Command to delete “[sms dilivery] status reports”?

I'm trying to delete 'status reports' in the device using the following code-list: AT : OK AT+CMGF=1 : OK AT+CPMS="SR" : +CPMS: 4,100,0,45,4,100 AT+CMGD=50 : ERROR Note: there is a 'status ...
0
votes
1answer
21 views

Need information about WIFI router/modem [closed]

I want to setup a wireless network for broadband connection. My Requirements are : 1. I want to access internet through TV, mobile and laptop. 2. It should cover atleast 1000 sq ft of area. Before I ...
0
votes
0answers
81 views

GSM modem doesn't respond on at+cmgl command

I'm writing a linux program which interact with gsm modem through AT-commands. Sometimes the modem respond on at+cmgl="all" command and return sms messages, sometimes the modem doesn't respond on this ...
0
votes
0answers
147 views

Problems connecting ZTE modem to android device

I have a N900 Android 4.0.4 Tablet Allwinner and i tried all I could think to connect it to a internet modem ZTE. It says that it recognises it but there are some problems. I cannot create a new APN ...
0
votes
1answer
104 views

How in codesys call an “at command” for gsm modem? Not standart send_sms and e.t.c

I have a gsm-modem and plc, plc sees a modem (I use a *.lib and functional block "openPort"), but I don't understand how write in modem an "at command", for example, "ate0".
1
vote
1answer
52 views

Modem responds with junk value for AT Command using serial programming

Background I am trying to connect to a serial GSM - modem of Wavecom type. I was able to communicate with the modem using the guide http://www.easysw.com/~mike/serial/serial.html on my Ubuntu ...
2
votes
1answer
358 views

Voice commands for Huawei GSM/UMTS usb dongles?

I am trying to find out how to use voice functions with a HUAWEI E173 dongle in linux. My dongle is voice enabled (voice works with the windows application). I can check the voice activation in linux ...
1
vote
1answer
117 views

How to use Phone Modem with smstools3 on Ubuntu 12.04

Hi, I have installed smstools3 on ubuntu and my smsd.conf have the following settings. devices = GSM1 loglevel = 7 outgoing = /var/spool/sms/outgoing failed = /var/spool/sms/failed incoming = ...
0
votes
0answers
185 views

How to receive a sms from a GSM Modem using PHP?

I want to know is it possible to notify an incoming message for the sim which is in a GSM modem ? 1. Connect to the gsm modem which is having a usb connectivity. 2. Once connected when ever a new ...
0
votes
0answers
51 views

mscomm compatibility with modems

I'm using a rather simple script that dial automaticaly a set of numbers. It works correctly on my computer (a laptop with integrated modem) but on my colleague computer (to whom the script is ...
0
votes
0answers
15 views

no voice when using Zylgsm

I tried to make the application SMS and telephone via modem using ZylGSM components. The problems are: On receipt of telephone, telephone voice can be heard with the default application from modem ...
0
votes
0answers
113 views

Vbscript to Connect to COM

I need some help, I am new to the world of scripting in windows. I need to write a batch file that will run a script in VB, and then connect to COM2 and run some AT commands, I am using windows XP. I ...
0
votes
1answer
303 views

the COM port of USB GSM modem is not recognized automatically

I have a D-Link USB GSM modem and I am developing an application for it using C# SerialPort class and AT commands. Everything, such as sending and receiving messages, works fine. However I have a ...
1
vote
0answers
20 views

HTTP Requests Sometimes Don't Respond [closed]

I'm not sure if this is the correct forum and cannot find an answer in the search area or on Google. I'm a techie programmer but this one baffles me: Sometimes when clicking on a link, my browser ...
1
vote
0answers
67 views

Modem 3G - Two different IPs

I just saw something I never have seen before. I got a new SIM card from Nextel (communication company). I tried to use it on a 3G modem E3131, where I had a successful case before with VIVO (another ...
1
vote
1answer
56 views

totally clear a modem module serial buffer during reading

I have a gsm modem module, first of all I tried it from microcom appl. and everything was fine. Secondly I implemented my own code in c. If I pass the AT commands I can read that and its answer many ...
2
votes
0answers
518 views

send AT command using adb shell

I need to send AT command to modem. I am using samsung galaxy S3 I9300 device, which is rooted. The steps I did are: abd shell su echo -e "AT\r" But I am not sure how to read the response given by ...
0
votes
0answers
164 views

Write Timeout issue with Serial Modem AT Command port and PySerial

I am using Python serial.serialwin32.Serial() to communicate with AT Command Port of Modem. But after a few commands, it starts throwing "Write Timeout" exceptions while writing. Even on closing and ...
1
vote
0answers
132 views

Modem Over IP or VOIP?

I need to connect to a remote server via a modem for a legacy app. I don’t have physical access to my server so adding a real modem isn't an option. Does anyone know of: A service that provides ...
0
votes
1answer
74 views

DotRas unauthorized access exception when adding phonebook an entry

I am devoloping an application with dotras dll. In the application my main goal is to connect to the internet with 3g USB modem. I am adding my code below : RasPhoneBook book = new ...
0
votes
0answers
433 views

How can I configure a Huawei E3131 Modem on Ubuntu 10.04? [closed]

am using an E3131 Huawei usb modem. I tried instructions here, but not success yet. I installed the mod-switch as advised. I ran $ lsusb | grep 12d1 I get the output below Bus 002 Device 005: ID ...
0
votes
1answer
208 views

Record voice from incoming call in zyxel dial-up modem in C#

I've tried many things to record /receive audio data from zyxel dial-up Omni56K modem through serial port. But only thing I receive is a little amount of data like ".b.b" coming very slow. I've used ...
0
votes
0answers
1k views

Sending SMS using GSM Modem

i wanna create a form that can send sms to multiple recipient, i've created a form that uses javascript to add or remove textbox dynamically, this code successfully send sms when i fill one recipient ...
0
votes
0answers
375 views

Polling for new messages received by a GSM modem using Python

I am using python to send, receive and delete messages received on a GSM modem that is connected to my laptop via a serial port. I want to poll for new message indications so I know exactly when a ...
1
vote
1answer
145 views

Linux Kernel Code for USB modem

I have tried using standard 3G USB modems on Ubuntu 11.04 which has linux kernel version 2.38.8. On analyzing packet spacings of a tcpdump capture, following pattern is observed 8094 14 4 6 3 3985 ...
0
votes
0answers
186 views

Forwarding a text message via GSM modem using Java

I am using Java CommV3 drivers to interface a GSM modem (Huawei E173) with a Java Application. I am trying to forward a text message to several numbers present in a mySQL database. I always receive a ...
-5
votes
1answer
76 views

SMS System in php using windows plateform [closed]

I want to develop sms system in php using windows platform and this sms will be sent by modem using simcard. Kindly please suggest how to begin with this program
1
vote
2answers
191 views

C# Telephone Number Reciever

I am trying to build a simply app that returns the number calling via a modem, however I only seem to be getting the first line of the data received from the modem. When i run HyperTerminal and pass ...
4
votes
1answer
64 views

What's the MAPP protocol to fetch a posted transaction?

I've got some 15-year-old code that does MAPP (MasterCard Automated Point of sale Program) credit card transactions over POTS and a modem, with Host Data Capture (as opposed to Terminal Data Capture). ...
-4
votes
1answer
121 views

Can connect to router but not internet [closed]

I have a strange problem. I have a wired lan set up. I am conneted to broadband(always on) through a adsl modem+ wifi router >>Switch. I have a total of 5 lan ports set up in the house.( eg Port ...
0
votes
0answers
142 views

C library for interfacing microcontroller and AT modem

I am working on some embedded system, where I use low-end uC, i.e. Atmega128. My system also includes modem, driven via AT commands. I tried to look for any appropriate C library (for GCC), but ...
0
votes
1answer
86 views

28k/56k modem emulator/decoder

I have a kinda-lossless modem record in ogg. The main problem is that I don't know how to translate the data to some understandable form. Is there any modem tool capable of converting the data to tome ...

1 2 3 4 5 8