473,785 Members | 2,283 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Accesing & using the modem

Hi guys,
I'd appreciate it if you link me to an article that describes how to access
the modem and making/receiving voice calls over it, using vb.net or C#
(windows forms or so ) !!!

thanx a million in advance !!
May 13 '06 #1
3 1355
Hello Murad,

You need to use System.IO.Ports namespace (.NET FW 2.0).
Start from these two samples of using modems
- http://www.codeproject.com/smartclie...leTransfer.asp
- http://www.codeproject.com/csharp/se...munication.asp

MJ> Hi guys,
MJ> I'd appreciate it if you link me to an article that describes how to
MJ> access
MJ> the modem and making/receiving voice calls over it, using vb.net or
MJ> C#
MJ> (windows forms or so ) !!!
MJ> thanx a million in advance !!
MJ>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
May 13 '06 #2
Hi,

Voice calls suggests that you use TAPI.

There is nothing in the .NET Framework to support TAPI. While it is
possible to implement the functions that you need (and someone may have done
so), it is more practical, IMO, to use a commercially available TAPI add-on.
I suggest that you take a look at http://www.exceletel.com/ or
http://www.tapiex.com for controls designed for this purpose. You might
spend much more money developing and debugging your own implementation, than
by using some off-the-shelf solution.

Realize that only a small percentage of standard modems support the mode
that you need.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
May 13 '06 #3
Thank you so much Mr. Dick for your awesome links !!

"Dick Grier" wrote:
Hi,

Voice calls suggests that you use TAPI.

There is nothing in the .NET Framework to support TAPI. While it is
possible to implement the functions that you need (and someone may have done
so), it is more practical, IMO, to use a commercially available TAPI add-on.
I suggest that you take a look at http://www.exceletel.com/ or
http://www.tapiex.com for controls designed for this purpose. You might
spend much more money developing and debugging your own implementation, than
by using some off-the-shelf solution.

Realize that only a small percentage of standard modems support the mode
that you need.

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.

May 13 '06 #4

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

Similar topics

2
1583
by: eastdragon68cn | last post by:
I’m developing an application based on TAPI3.1 in IDE VC++.net under OS WindowsXP over a voice modem. My question is how to invoke TE_GATHERDIGITS? Would you please send sample codes to me? Or any other suggestions Thanks in advance
5
2928
by: Janne | last post by:
Hi, I have one problem with siemens m20 gsm modem. It returns error when i try to send at-command and use "\r" <return> character. Example: at = "ATI"+"\r"; WriteFile(hCom,at.c_str(),at.length()+1, &NumBytesWritten, NULL); After this modem says ERROR on terminal. What return-key is supported by m20 because "\r" return key does not work.
1
3655
by: Richie Carey | last post by:
Here's my problem. I'm using Visual C# 2005 Express for a small project that requires simple AT modem commands to be sent to an external serial device. The device requires 2400 baud, no parity, 8 data bits, and 1 stop bit. Should be easy enough, except that I cannot get the SerialPort component included with C# Express to talk with this box. I know the box itself is working correctly because a Visual Basic 6.0 application that I...
6
17205
by: ransoma22 | last post by:
I developing an application that receive SMS from a connected GSM handphone, e.g Siemens M55, Nokia 6230,etc through the data cable. The application(VB.NET) will receive the SMS automatically, process and output to the screen in my application when a message arrived. But the problem is how do I read the SMS message immediately when it arrived without my handphone BeEPINg for new message ? I read up the AT commands, but when getting down...
5
2260
by: herbert | last post by:
back in 1978 (!) the VAX/VMS serial line driver offered everything a developer needs to develop protocols of all kinds: - read x bytes - read to end of line - read to special character - read to one in a set of special characters - and of course synchronous and asynchronous using events and including timeouts. And even before RSX-11 could do this out of the box.
0
968
by: Mr. Murad Jamal | last post by:
Hi guys, I'd appreciate it if you link me to an article that describes how to access the modem and making/receiving voice calls over it, using vb.net or C# (windows forms or so ) !!! thanx a million in advance !!
2
1212
by: samarendraswain | last post by:
accesing datas from multiple columns and shown in a dropdownlist which is used in datalist i need the complete code
0
1826
by: badkart | last post by:
i have adsl modem hooked to my vista machine via usb and out of that machine to a hub and from there to another pc running xp ...everything worked great before i installed vista on the first machine . everything still works except when i get online with the xp machine after surfing for a minute it always reboots my adsl modem .. i can transfer files fine even download but the xp machine reboots modem everytime .
16
4174
by: Mike | last post by:
Hi, I have a form with some controls, and a different class that needs to modify some control properties at run time. Hoy can I reference the from so I have access to its controls and therefore being able to modify its properties?
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10357
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10101
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5396
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4063
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.