Tagged Questions

4
votes
2answers
678 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 ...
2
votes
1answer
576 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 ...
1
vote
1answer
190 views

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 ...
0
votes
0answers
16 views

TAP Dialup using GSM Modem

I can successfully dial up and send paging message using my dial up modem. Now I am trying to send dial up command "ATDT" to GSM modem. After dial up the GSM modem using "ATDT" command, it is ...
0
votes
0answers
66 views

How can i create dial-up connection for connect to remote access server using java

I intent to connect to remote access server (RAS) via java. how to I can set user name and password for authentication?
0
votes
2answers
136 views

Dialup modem transmission protocols and reates (client and server)

Does anybody know why when connecting two dial-up modems the maximum protocol you can use to stablish the communication is V.34 -33.6K? I've read that you can connect with the server modems of the ...
0
votes
3answers
1k 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 something? int main(int ...
0
votes
2answers
309 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 could isolate the code ...