Tagged Questions
The modem tag has no wiki summary.
6
votes
2answers
932 views
What is the best design for polling a modem for incoming data?
I have a GSM modem connected to my computer, i want to receive text messages sent to it using a python program i have written, am just wondering what is the best technique to poll for data.
Should i ...
6
votes
3answers
3k views
How to get caller ID in C#?
Hello I wanna use 56K modem for getting telephone number of who calls the home phone, is there a way to achieve this with C# ?
4
votes
2answers
695 views
Android as Dialup/FAX Modem
With some older cell phones, you can connect them to a computer and use them as a Dialup/FAX modem (to connect to a dialup ISP for example). I have been trying to find out if this possible with ...
4
votes
4answers
113 views
Make Phone Connected to Modem Ring
I have an old landline phone and am looking for a way to make it ring when it's connected to the modem of my home server. I want to use it as a notification when a build is broken and stuff like that. ...
4
votes
1answer
632 views
Call a computer with another computer (Dial up Modem)
is it possible to call Computer A with Computer B in Same Country via theirs dial up modems?
i mean use computer as telephone (with Dial Up modem)
i no need transferring voice just :
1) Computer A ...
4
votes
5answers
2k views
Connection between 2 computers via dial up modem without internet in c#
Hi Is there any way to connecting to computers via Dial Modem without internet?
Like windows Hyper terminal.
making connection sending files between computers.
Just Connection Between two Computers ...
4
votes
1answer
321 views
Open source soft modem that runs on Linux?
Can anyone recommend an open source soft modem (a software only emulation of a modem card), that runs on Linux?
Preferably, this will be implemented in C/C++
4
votes
5answers
251 views
Programmatically dial a series of numbers on a modem?
At work, we just got a large number exotic cellular devices that need to be programmed. To do this, you plug in a standard home telephone and dial a series of numbers, with pauses between them.
To ...
4
votes
1answer
219 views
Free Modem Dialer
Is there a telephone application for modems that can receive a phone number as a parameter and manage the call for themselves? I ask because in my application I must implement a click2call ...
4
votes
2answers
2k views
How do you send AT GSM commands using python?
How do i send AT GSM commands using python?
Am able to do this quite easily using Delphi and some comport component (TComport), but how do i talk to my modem using python?
Gath
3
votes
1answer
448 views
Accessing the GSM modem on a linux mobile (eg. N900)
I'm trying to access the GSM modem of a mobile set, so I can send AT commands to it. Instead of programming, I tried to have a test run using minicom on the phone. The problem is I cannot find the ...
3
votes
1answer
986 views
Why GPRS modem provides embedded TCP/IP stack
My colleague and I are mining the GPRS MODEM market for a module suitable for use with embedded Linux. During the market scan, we see that several vendors highlight that their MODEMs include an ...
3
votes
4answers
338 views
How can I read Caller ID information in a Cocoa app?
Specifically, I have the Apple USB modem that says it supports Caller ID and I want my app to be able to know when a call comes in and whose calling. In the future I may add dialer capabilities, ...
3
votes
2answers
1k views
Directly accessing the modem in Windows Mobile
For some reasons I need to be able to access the internal modem of a Windows Mobile smartphone (a HTC s740 with WM version 6.1). What I want is to be able to access it like it was a serial port in ...
3
votes
7answers
2k views
create a dialtone from 56k modem
Ok, everybody get in your wayback machine. I need to have a phone dial into my computer's 56k modem. I need my computer to have the modem "on" and have an active dialtone.
Here is why:
I have a sump ...
2
votes
0answers
42 views
Set hardware flow control to sierra wireless modem wismo228
I have a wismo228 modem which i can communicate with using hyperterminal. Currently i set the flow control to none so that this can work.
How can i change the flow control on this modem so i can ...
2
votes
3answers
85 views
What does the AT Modem Comand do?
I have a Problem. I'm involved in a Windows CE Software Project that runs for a couple of years and one small part of it is the possibility to communicate waith a modem. But that is one part of ...
2
votes
0answers
49 views
Is there a company that offers modems via TCP/IP for SCADA? [closed]
Our client has this business problem: there are 100-200 machines across the US that only have v.92 modem (via phone line) connections available. They need a system to manage polling these machines on ...
2
votes
1answer
355 views
NetworkInterface.GetAllNetworkInterfaces - How to get connected COM port
Using the .NET method NetworkInterface.GetAllNetworkInterfaces I can get a list of all network interfaces on the computer (Wireless & cabled Ethernet and 3G modems (PPP)). From the information ...
2
votes
2answers
615 views
Open com port in php
I have a usb 3G modem Huawei E1550 and Windows XP.
I want to send sms with this modem trhow php.
I use this function to open a modem com port:
$fp = fopen ("COM3:", "wb+");
if (!$fp) {
echo "Not ...
2
votes
0answers
309 views
Receiving SMS with GSM modem
I read that a GSM modem can only receive up to 30 SMS per minute. What would you do if you need to receive more than that? Is there another technology?
2
votes
2answers
694 views
Why I am not able to receive sms using AT commands?
I want to send / receive sms using AT commands from my computer to my mobile phone. I connected my phone to my computer using a USB port. My computer detects the modem and I am able to send sms from ...
2
votes
4answers
1k views
Automating serial port communication on Linux
I have a linux server (Red Hat 4) with one serial port connection to an embedded linux device, and another serial port connection to a power controller for that device. My current way to control them ...
2
votes
2answers
81 views
Getting a audio feed from my dailup modem
My linux powered laptop still has a dail-up modem.
Is it possible to interface with the phone line through my modem.
Using bash or ruby, ( or something else, if I really have to) I would like to ...
2
votes
1answer
314 views
How communicate with pty via minicom or screen?
I am trying to provide an AT/Modem-like interface around some hardware.
Follwing this post I have the server setting up a pty using openpty().
Now I can communicate with the server as expected with a ...
2
votes
1answer
657 views
Implementation of Z-modem protocol in Java
I want to send a file from serial port and I have to use the Z-modem protocol in Java.
I saw the protocol and it looks defficult for me and I can't buy a commercial solution.
Any Idea how can I get ...
2
votes
0answers
140 views
Is there a Novatel Wireless Modem Emulator or something similar?
Novatel Wireless provides their NovaCore SDK for developers wishing to interface with their line of modems. I'm currently developing an open source managed wrapper for it, but I'm having difficulties ...
2
votes
1answer
577 views
how can I send dial-up message through external modem connected serial port?
I connect the external modem to the pc with serial port.
so i want to connect server through dial-up method with C#.
And then, send and receive message.
How can i solve this problem? please.
Can I ...
2
votes
3answers
2k views
How to send SMS from Mac terminal via GSM modem?
I have Mio A701 communicator that I would like to use as GSM modem for sending SMS from my Mac.
What I've found so far is that one just can send an AT commands directly from terminal to special ports ...
2
votes
2answers
403 views
How to program voice modem?
I'm looking into writing a small custom app for a small business that can utilize a voice modem on Windows to pick up a phone call and play a customized voice message based on time of call.
The API ...
2
votes
2answers
1k views
List all System Modems
Is there a way in managed code to list the Modem/Telephony devices installed on the system?
If .Net does not have a way, could you point me in a direction?
2
votes
2answers
4k views
Call Using GSM modem
Hai
I am developing Sms Project in vb.net.I can Send and receive Sms Easily. I can attented Incoming call and dial. but not hearing and talk. I connected with com Port. This is possible or not for ...
2
votes
4answers
1k views
Free Modem / Serial Communications Library or Scriptable App with ZMODEM/KERMIT
My task appears simple at first: dial into a terminal over a modem, login, possibly send some other characters, and then receive file(s) via ZMODEM or KERMIT .. or send a file via ZMODEM or KERMIT.
...
2
votes
3answers
644 views
How to setup Quality of Service?
I'm talking about http://en.wikipedia.org/wiki/Quality_of_service. With streaming stackoverflow podcasts and downloading the lastest updates to ubuntu, I would like to have QoS working so I can use ...
1
vote
0answers
68 views
How to reconnect modem in C#? (Actiontec PK5000)
I got a DSL modem Actiontec PK5000.
I have a program, and at some point I need it to reconnect to the modem (or reboot it) to get new IP.
How do I do that?
I tried through embedded browser, accessing ...
1
vote
3answers
58 views
How to transmit binary through a single waveform
The project I'm working on poses a curious technical challenge.
A digital device needs to transmit data to the iPhone via the microphone jack socket.
I need to code an interface from both the ...
1
vote
2answers
140 views
why GSM modem is not responding to program but responding to hyperterminal or docklight?
EDITED:
Im developing SMS application in java for reading SMS.Im sending AT commands to GSM mode for sending an SMS,messages is sending successfully ,but im not getting any response from the modem.If ...
1
vote
2answers
131 views
Programming a GSM phone/modem to make phone calls
I want to use a program written in a high level language like Java or Python to talk to a GSM Modem.
I want to be able to tell the modem what number to call and when to call it. I also want to be ...
1
vote
1answer
75 views
PCM voice data on serial port to sound device conversion in linux
I have a telephony modem which gives voice to my interfaced application via a serial USB ttyUSB0 in 16bit PCM 8000hz. Iam able to capture this data and play with audacity.I want this port to be ...
1
vote
1answer
80 views
How to capture voice PCM data over a serial port and process?
I have a telephony modem (SIM5320EVB) which gives voice data on ttyUSB0 as PCM with 1600 bytes each 100ms.Iam able to see the data on minicom. How to capture the PCM data in linux (i use ubuntu)and ...
1
vote
1answer
136 views
Is it possible to send/recieve Message via GSM Modem in Java?
Using RXTX library im doing serial communication.I want to do it in swing based application
Write an AT commands to read received SMS in GSM modem
I need to send the messages to mobiles from java ...
1
vote
1answer
67 views
Trouble Accessing com port in c#
I'm trying to read and write to a usb modem that is using the com port 3 with this code.
SerialPort sp = new SerialPort();
sp.PortName = "COM3";
//sp.DataReceived += new ...
1
vote
1answer
62 views
Is there any way to programmatically tell a USB modem to reset?
I have a USB modem on a server which occasionally needs to be turned off/on again to receive SIM updates and I can't reboot the server as we rely on it to serve various web pages.
Is there any way to ...
1
vote
1answer
87 views
How can I communicate with a 3G modem via pySerial while it is connected?
I'm running Ubuntu 11.04 and a ZTE 3G modem.
The modem is dialed with WvDial
When the modem is not in use by WvDial I can send AT commands to the modem, and get information like signal strength:
...
1
vote
0answers
34 views
Modem gives ERROR after issuing ATDTnnnnnnn
I am attempting to call a remote modem using a local modem connected via USB. Programming language is VB.NET but that is largely irrelevant.
After I issue ATDTnnnnnnnnnn[CR][LF]
The modem responds ...
1
vote
2answers
369 views
PHP Commands to USB Modem
Please what is the AT commands in PHP compatible with Huawei USB Modem ?
i need to use these commands in script then i can send sms using the Huawei USB Modem.
thanks
1
vote
1answer
140 views
ITAPI3 Sending and Recieving Data
So I am attempting to create an application that will call a remote modem and do some data transfer (custom data in the form of byte arrays).
I am using JulMar's ITapi3 wrapper and c# 4.0 running on ...
1
vote
3answers
164 views
GPS modem that can send data to our server
We are planning for vehicle tracking system. We would like to relay on GPS Tracking System and view position report via Google Maps.
For hardware requirement we are thinking of GPS modem that can ...
1
vote
1answer
583 views
Establish & Receive Calls via a GSM modem in PHP
I am having a CRM (Customer Relationship Management Software) built on php and running it on localhost (windows XP system). This contains the list of my clients. I want to be able to call these ...
1
vote
0answers
209 views
How to I detect whether a tty belonging to a gsm/3g-modem is a data or control port?
I'm currently writing a small tool for a linux router that sets up a wwan (gsm/3g) connection when I plug an appropriate modem into its USB port. When the device is plugged in several ttys are ...