473,396 Members | 1,907 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,396 software developers and data experts.

SerialPort dialing a number with ATDT command porblem sending ATDT twice

2
Hi All,

I am working on a little progrm that dial to a number for example "ATDT9922" this call get to international gate and then I can call International call.
When ever I try to send "ATDT00334542845466" for example the call is disconnected.
I also found that after call is made with the first ATDT command every other AT command that i`ll send to the SerialPort the call will dsiconnect.

I use VS serialPort from the ToolBox and to the following command to send the AT:
Expand|Select|Wrap|Line Numbers
  1. //Button 1
  2. serialPort1.Open();
  3. serialPort1.write("ATDT9922" + convert.ToChar(13));
  4.  
  5. //Button 2
  6. serialPort1.write("ATDT00334542845466" + convert.ToChar(13));
  7.  
I press on Button1 and I can make the call and everything is working as expected.
When I press on Button2 the call is droped.
I also tried seding anyother AT command and the call is droped also.

What am I doing wrong here ?
Is there any other way to dial digites after the call is connected ?

Sorry for my english..

Thanks alot!
Doron
Apr 5 '10 #1
1 3560
Dorown
2
Anyone can help with this issue ?
Apr 6 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: MLH | last post by:
I found some code Dev Ashish posted nearly a decade ago in response to someone's inquiry describing their need to dial a number, monitor call progress and determine whether it was busy. This was...
1
by: DaleMan | last post by:
I'm looking for some help on how to dial a phone number in my application and send a text message to the portable machine that answers the call (cell phone, Palm, etc..). Anyone know of any sites...
0
by: Tony Kwong | last post by:
I am using my mobile phone as modem to send some SMS using modem AT commands and have the SerialPort.DataReceived to get the "reply" from the Port using "m_SerialPort.ReadExisting();" private...
3
by: Radi Radichev | last post by:
Hi! I'm using .net 2.0 C# and i was wondering if there is any way of dialing a number, that i take from a database, inside an application? Thanks
2
by: Eric | last post by:
I'm trying to send a text message via my cell phone using the .net 2.0 SerialPort object. The command to send a text message requires a newline "\n" and a ctrl-z command to be entered. I've tried...
0
by: nmsreddi | last post by:
Hi friends I am working on serialport in c# ,i am using C#2005 i have successfully done the serial communication with GSM modem and able to send and receive data , the main problem ,the serial...
3
by: Adriano | last post by:
Hello, I'm developing an application in VB.NET 2005 that communicates with a device through RS232, and need to send the following sequence of hexadecimal data to the device: 0xFF, 0x01, 0xC3,...
0
by: veasnamuch | last post by:
I want build a small system which is enable to call to a specific phone number from Computer through Voice Modem. I have seen the sample code in the...
6
by: Keith Lee | last post by:
All: I am attempting to compile the perl module Device::SerialPort and get this error during make -- Manifying blib/man3/Device::SerialPort.3pm Can't open blib/man3/Device::SerialPort.3pm for...
10
by: sklett | last post by:
I'm trying to send some printer commands (ZPLII) to an attached USB printer using the SerialPort component. I didn't get very far at all. In fact I haven't gotten anywhere. The first problem I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.