Tagged Questions

0
votes
0answers
13 views

Commanding a device to send SMS through Dial Up Networking in Python

How to tell a device, which has an open Dial Up Networking port, to send and SMS with a given body to a given short code? How to implement it in Python?
1
vote
4answers
447 views

How do I work with dial-up (RAS) connections in Windows using C#/.NET?

I need to be able to connect, disconnect, and re-connect a dial-up networking connection in a C# .NET Framework application. Creating the connection in the phone-book might also be …
0
votes
3answers
225 views

modem call in c++

I'm trying to make a modem call in one end, and in the other end the program answers the call. It doesn't seem to detect the carrier. Am I doing anything wrong? Am I missing someth …
4
votes
8answers
227 views

Is there a way to determine if a user is using broadband or dial-up

We have a requirement from a customer to provide a "lite" version for dial-up and all the bells-and-whistles for a broadband user. The solution will use Flex / Flash / Java EJB an …
0
votes
2answers
192 views

Is there any library/component for dial-up connections?

I want to dial-up through VoIP. Yes, I know that it's almost impossible. I have heard that softmodems use software for DSP, but I guess the code its hardware specific. If I only co …
0
votes
6answers
106 views

Web 2.0 and dial-up: how make it as painless as possible?

I'm trying to put a workable plan together for a charity that could really make good use of a forum and a wiki, but a crucial part of its operations happen in parts of the world wh …
1
vote
1answer
54 views

Monitoring serial port

Hi, I'm using a communications program (Tera Term) to communicate with another computer through a dialup connection. I'll be sending a file with this software, but I would like to …
0
votes
0answers
41 views

Desinging an Application for xmodem Transfer Through Dial-up in Java

I want to desing an application to send/receive a file with xmodem (written in java, I found the source code at http://stackoverflow.com/questions/606074/implementation-of-x-modem- …
0
votes
0answers
42 views

Changing DuN properties for a specific connection in Visual Basic

I have an application that makes an internet connection from within the application by the click of a button. When the button is clicked, the sub determines which type of modem is …
3
votes
2answers
123 views

games using phone line

I remember years ago my friend and i were playing command and conquer red alert and there was a mode were we put the others phone number and the game would dial up and connect. Wha …