Click here to Skip to main content
15,888,521 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to get value from form 1 to form 2 Pin
OriginalGriff18-Oct-10 23:44
mveOriginalGriff18-Oct-10 23:44 
AnswerRe: how to get value from form 1 to form 2 Pin
johannesnestler19-Oct-10 3:37
johannesnestler19-Oct-10 3:37 
AnswerRe: how to get value from form 1 to form 2 Pin
Jeff Connelly19-Oct-10 4:26
Jeff Connelly19-Oct-10 4:26 
QuestionWriting/show a Variable/Result into a XML File Pin
glenki18-Oct-10 12:10
glenki18-Oct-10 12:10 
AnswerRe: Writing/show a Variable/Result into a XML File Pin
Luc Pattyn18-Oct-10 13:02
sitebuilderLuc Pattyn18-Oct-10 13:02 
GeneralRe: Writing/show a Variable/Result into a XML File [modified] Pin
glenki18-Oct-10 13:17
glenki18-Oct-10 13:17 
GeneralRe: Writing/show a Variable/Result into a XML File Pin
Richard MacCutchan18-Oct-10 22:42
mveRichard MacCutchan18-Oct-10 22:42 
QuestionDialing modem Pin
Evgeni5718-Oct-10 8:45
Evgeni5718-Oct-10 8:45 
Hi,

I'm trying to dial phone number and using SerialPort control for this, which is initialized with my USB modem.
SerialPort serialPort1 = new SerialPort("COM5", 115200, Parity.None, 8, StopBits.One);
serialPort1.Open();
serialPort1.Write("ATDmyphone\r");
serialPort1.Write("ATH\r");
serialPort1.Close();


everything works except 1 thing - there is no sound from the modem.
I tried to use ATM2 and ATL3 commands before I start to dial - but there was still no sound. But when I create dial-up network connection, and dial from its dialer - there is a sound.

What am I missing here?

thanks!
AnswerRe: Dialing modem Pin
T M Gray18-Oct-10 10:30
T M Gray18-Oct-10 10:30 
GeneralRe: Dialing modem Pin
Evgeni5718-Oct-10 10:34
Evgeni5718-Oct-10 10:34 
QuestionRe: Dialing modem Pin
monstale18-Oct-10 19:44
monstale18-Oct-10 19:44 
AnswerRe: Dialing modem Pin
Evgeni5718-Oct-10 22:04
Evgeni5718-Oct-10 22:04 
GeneralRe: Dialing modem Pin
monstale18-Oct-10 22:48
monstale18-Oct-10 22:48 
GeneralRe: Dialing modem Pin
Evgeni5718-Oct-10 23:39
Evgeni5718-Oct-10 23:39 
AnswerRe: Dialing modem Pin
Luc Pattyn18-Oct-10 11:02
sitebuilderLuc Pattyn18-Oct-10 11:02 
GeneralRe: Dialing modem Pin
Evgeni5718-Oct-10 22:23
Evgeni5718-Oct-10 22:23 
AnswerRe: Dialing modem Pin
Rajesh Anuhya19-Oct-10 18:25
professionalRajesh Anuhya19-Oct-10 18:25 
GeneralRe: Dialing modem Pin
Evgeni5719-Oct-10 21:53
Evgeni5719-Oct-10 21:53 
GeneralRe: Dialing modem Pin
Rajesh Anuhya19-Oct-10 23:07
professionalRajesh Anuhya19-Oct-10 23:07 
AnswerRe: Dialing modem Pin
Chuck Richards2-Jun-11 8:54
Chuck Richards2-Jun-11 8:54 
QuestionWMI and SNMP Pin
Roland Bär18-Oct-10 5:24
Roland Bär18-Oct-10 5:24 
QuestionDifference between Expression<Func<>> and Func<> Pin
anish27patel18-Oct-10 3:51
anish27patel18-Oct-10 3:51 
GeneralRe: Difference between Expression> and Func Pin
Sauro Viti18-Oct-10 4:47
professionalSauro Viti18-Oct-10 4:47 
QuestionNeeds AccessibleName a unique value? Pin
:o:k:18-Oct-10 2:40
:o:k:18-Oct-10 2:40 
AnswerRe: Needs AccessibleName a unique value? Pin
TheyCallMeMrJames18-Oct-10 4:20
TheyCallMeMrJames18-Oct-10 4:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.