Click here to Skip to main content
15,908,172 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly31-Mar-08 5:41
Brady Kelly31-Mar-08 5:41 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly28-Mar-08 6:34
Brady Kelly28-Mar-08 6:34 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Mike Dimmick28-Mar-08 7:36
Mike Dimmick28-Mar-08 7:36 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly30-Mar-08 0:23
Brady Kelly30-Mar-08 0:23 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Thomas Stockwell6-Apr-08 3:43
professionalThomas Stockwell6-Apr-08 3:43 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Ed.Poore28-Mar-08 10:20
Ed.Poore28-Mar-08 10:20 
GeneralPrompt for Report Paramters Pin
Miszou27-Mar-08 8:59
Miszou27-Mar-08 8:59 
GeneralSerialPort Pin
amirreza_nl27-Mar-08 5:37
amirreza_nl27-Mar-08 5:37 
Hi,
I want to do simple thing but I can't and I'm confused. I want to send a simple at command to my modem.
like atdt8889653

SerialPort s = new SerialPort("com3", 2400, Parity.None, 8, StopBits.One);<br />
try{<br />
s.Open();<br />
s.Write("atdt8889653");<br />
...<br />
}<br />
catch<br />
{<br />
...<br />
}


but it seems it doesn't work because my modem doesn't call;
my apps is win form

I see this code
http://www.dreamincode.net/forums/showtopic35775.htm[^]

but it doesn't work.

(I can connect to my modem via hyper terminal and type at commands and get correct responces)
GeneralRe: SerialPort Pin
Alan N27-Mar-08 9:23
Alan N27-Mar-08 9:23 
GeneralRe: SerialPort Pin
amirreza_nl27-Mar-08 20:06
amirreza_nl27-Mar-08 20:06 
GeneralRe: SerialPort Pin
Luc Pattyn27-Mar-08 9:38
sitebuilderLuc Pattyn27-Mar-08 9:38 
Generaldisable smartcard pin dialog in CmsSigner and get valid pkcs7 message Pin
krazysmile27-Mar-08 4:37
krazysmile27-Mar-08 4:37 
GeneralRe: disable smartcard pin dialog in CmsSigner and get valid pkcs7 message Pin
krazysmile3-Apr-08 1:29
krazysmile3-Apr-08 1:29 
GeneralIMAP Select command for selecting Sent Items folder. Pin
Sivasankari Jayaraj27-Mar-08 2:11
Sivasankari Jayaraj27-Mar-08 2:11 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
Pete O'Hanlon27-Mar-08 2:29
mvePete O'Hanlon27-Mar-08 2:29 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
a123_12327-Mar-08 23:36
a123_12327-Mar-08 23:36 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
Pete O'Hanlon28-Mar-08 0:47
mvePete O'Hanlon28-Mar-08 0:47 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
a123_12331-Mar-08 18:42
a123_12331-Mar-08 18:42 
QuestionObject Consistency - Part II Pin
Zavullon26-Mar-08 22:46
Zavullon26-Mar-08 22:46 
GeneralRe: Object Consistency - Part II Pin
Pete O'Hanlon27-Mar-08 0:46
mvePete O'Hanlon27-Mar-08 0:46 
GeneralRe: Object Consistency - Part II [modified] Pin
Zavullon27-Mar-08 2:33
Zavullon27-Mar-08 2:33 
GeneralRe: Object Consistency - Part II Pin
Pete O'Hanlon27-Mar-08 3:04
mvePete O'Hanlon27-Mar-08 3:04 
Questiondelay signing Pin
Ahmad Adnan26-Mar-08 3:49
Ahmad Adnan26-Mar-08 3:49 
General[Duplicate Post]Re: delay signing Pin
Scott Dorman26-Mar-08 4:09
professionalScott Dorman26-Mar-08 4:09 
Questiondelay signing Pin
Ahmad Adnan26-Mar-08 3:48
Ahmad Adnan26-Mar-08 3:48 

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.