473,326 Members | 2,133 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

modem question

Cc
hi,
I making a program to control modem , I had follow example from MS website
on how to access serial port but still don't know how to make modem dial .
Is there any example on how I could make modem dial?
Nov 20 '05 #1
5 3427
"Cc" <ko*****@singnet.com.sg> scripsit:
I making a program to control modem , I had follow example from MS website
on how to access serial port but still don't know how to make modem dial .
Is there any example on how I could make modem dial?


Do you want to develop a dialler?

;-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #2
"Cc" <ko*****@singnet.com.sg> schrieb
hi,
I making a program to control modem , I had follow example from MS
website on how to access serial port but still don't know how to
make modem dial . Is there any example on how I could make modem
dial?


Use an AT command? Have a look at the docs for the modem or the
manufacturer's docs for the modem's chipset.
--
Armin

Nov 20 '05 #3
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> schrieb
"Cc" <ko*****@singnet.com.sg> scripsit:
I making a program to control modem , I had follow example from MS
website on how to access serial port but still don't know how to
make modem dial . Is there any example on how I could make modem
dial?


Do you want to develop a dialler?

;-)


Great, a tiny dialer that asks the user to install th framework first. *lol*
:))
--
Armin

Nov 20 '05 #4
Hi,

Sure (lots of examples in my book -- see below). However, the details
depend on what you want to do AFTER dialing. Do you want to connect with
another modem to send and receive data, or do you want to then pick up the
local telephone and talk, using the modem as an autodialer?

For example, if you send this command to the modem:

"ATD5551234" & vbCr

The modem will dial and attempt to connect to another modem.

If you send the command:

"AT5551234;" & vbCr

The modem will dial, but will then return to command mode, without
attempting to connect.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
Nov 20 '05 #5
"Armin Zingler" <az*******@freenet.de> scripsit:
I making a program to control modem , I had follow example from MS
website on how to access serial port but still don't know how to
make modem dial . Is there any example on how I could make modem
dial?


Do you want to develop a dialler?

;-)


Great, a tiny dialer that asks the user to install th framework first. *lol*


ROFL

I didn't think about that...

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>
Nov 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Kees Bakelaar | last post by:
Hi all, This is not really a VB question, however, i am stuck a modem problem The modem is connected to a cristie teleport with a speed of 9600 bps. How can i set the modems DTE speed at...
1
by: Trammel | last post by:
Anyone know how I would go about getting a CLID (Callers telephone number) from a normal 56k-flex modem (and if possible... without answering it using the modem) ?
2
by: Doru-Catalin Togea | last post by:
Hi! I asked previously how to address the COM port from Python and I was directed to pyserial. It is very elegant and I guess it works very well. However, it seems that what I try to do is...
17
by: Franc Zabkar | last post by:
My D-Link DSL-302G modem/router has a real-time clock whose settings are volatile. To avoid hand keying the date/time via the modem's JS interface, I wonder if there is a way to copy the JS code to...
2
by: Simon T. | last post by:
Hello All, I am new to C# and the .NET framework, so please forgive and pity me if the question and understand reveals massive ignorance. I am trying to get SerialPort talking to a "Standard...
5
by: farrukh_n40 | last post by:
hi... i m communicating 2 computers via modem..........pc2 modem will work as serial communication..i dont kno exact code of serial communication for modem n i hav no idea......so help me
1
by: mavester | last post by:
Hi all, i need some help in order for me to startup my project. Here is the device and dscription i stated below: s/w needed: vs2003 or vs 2005 language: any code behind for which is suitable ...
1
by: =?Utf-8?B?QWxiaWNoZXNz?= | last post by:
I have download and install the XP professional 64 bit, trial version. It don't see the driver of my modem : Motorola V360 ( portable thelephone modem). With XP Home 32 bit, the modem no problem ....
3
by: apg018 | last post by:
Hi - I just bought an Asus laptop with wireless capabilities. I have a desktop that I've used for years that is hooked up to Cox cable for high speed internet through a Motorola SG5120 cable modem....
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.