Questions tagged [dial-up]

59 questions
0
votes
1 answer

Raspberry PI GSM HAT connecting to network problem

I have a Raspberry PI with this GSM hat, and I want to connect to the mobile network with it. I have tried a couple of combinations of the gprs file to achieve this, but none of them would work. I tried to go trough the provided instructions on the…
G33RY
  • 141
  • 1
  • 2
  • 10
0
votes
1 answer

How do I packetize bursts of data into a continuous dial-up style connection?

I am working on a project where I need to convert bursts of data (in the range of 300 bytes) from Iridium's short burst data service . This is meant to replace a dial-up connection, so I need to take those bursts of data from the short bursts and…
0
votes
2 answers

Windows API for dialing a network connection

Which windows API tells me a dial-up connection is in connected or disconnected state? Which Windows API allows me to programatically dial a dial-up connection. I want to develop an application for my personal use in Windows 7 with C#.Net. Could…
dzQueries
  • 1
  • 1
0
votes
0 answers

Sending string over Serial port to dial up modem

So, I'm not terribly familiar with Dial up commands, but what I've been tasked with is creating a back up to a paging application. We're trying to make an application to dial the number, wait, then send the numeric page over the phone. So, I have…
0
votes
1 answer

Starting Intel XDK with Broadband Connection

I'm unable to start Intel XDK. I'm using a broadband connection on windows 10. The error shows that I need to use an automatic configuration script or use a proxy server. But I am unable to do that and can't run XDK. Do I need to use a router or is…
Joy
  • 109
  • 2
  • 10
0
votes
1 answer

wvdial NO CARRIER error

I've been trying to connect Huawei E3131 to my Raspberry pi. So far I've installed ppp, usb_modeswitch and wvdial. Here is my wvdial.conf partially generated by wvdialconf and partially changed by myself: [Dialer Defaults] Modem =…
0
votes
0 answers

how can detect devices on my computer with electron desktop build app

how can we detect hardware connected to the device with electron framework. For example imaging we want's to get the dial-up modem ready with electron and use that modem for sending fax whit it. I find this package for using printer's but how can…
Syd Amir
  • 465
  • 7
  • 19
0
votes
1 answer

ISDN dial up connection with python

I have a requirement to create a Python application that accepts dial up connections over ISDN from client software and relays messages from this connection to a website application running on a LAMP webserver. Do we have some modules or support for…
Ankit Jaiswal
  • 22,859
  • 5
  • 41
  • 64
0
votes
1 answer

Replication/Synchronization Library for Occasionally Connected Systems

here is the situation I have a .Net desktop application which stores it's data on local file system (using sqllite). And there is the master database on a remote server which. The desktop application needs to synchronize data to the master database…
0
votes
1 answer

Dial into FTP server (Data logger) using python (OS independent)

I have a few data loggers in the field. The manufacturer set them up as dial up ftp servers. I'm writing a python program that automagically downloads all the latest files from the server into a specified folder on my computer. Which OS independent…
dassouki
  • 6,286
  • 7
  • 51
  • 81
0
votes
1 answer

can I write a DialUp listener program for ubuntu with java?

I want to develop a program for ubuntu platform, That listens to DialUp modem and get Calls and send them to my php program that's running on my localhost. for example when somebody calls my phone line, my listener program give the number and run…
mohammad falahat
  • 757
  • 1
  • 4
  • 11
0
votes
1 answer

Create Dial up Connection With a batch file or comand line?

I can dial up a dial up internet connection using rasdial command in batch file which is below rasdial [Connection name] [User] [Password] but I want a batch file which could actualy create a dial up connection. Shall be very grateful if someone…
sam
  • 236
  • 3
  • 6
  • 17
0
votes
1 answer

How to get a TCP socket with CSD data call bearer on Windows Mobile 5.0?

I'm writing a mobile application which needs to connect to a server using dial-up ( CSD ) connection. An additional request is that it needs to use TCP over PPP ( the server is using such combination ). I know how to get the CSD connection using RAS…
altariste
  • 327
  • 2
  • 9
0
votes
1 answer

Can cellphone app send/receive data like old dialup phone modem?

I remember that old modems used phone lines to transfer internet data. I'm aware that it would be expensive (see edit notes below) and most mobile phones have cellular internet. But here's my question: How Can i transfer internet data over mobile…
Jask
  • 660
  • 10
  • 23
0
votes
1 answer

PIng a dialup modem using a phone number?

The company I work for has a gate that people have to enter a code to get it. The gate call-box is hooked up to a landline. The instructions for the call-box say that it has a built-in modem, and that it can connect to the internet. I want to…
Matt
  • 111
  • 1
  • 3