Click here to Skip to main content
15,886,095 members
Home / Discussions / C#
   

C#

 
Questionsocket in service WCF Pin
ibrahimCA18-Mar-13 10:55
ibrahimCA18-Mar-13 10:55 
AnswerRe: socket in service WCF Pin
Richard MacCutchan18-Mar-13 23:27
mveRichard MacCutchan18-Mar-13 23:27 
GeneralRe: socket in service WCF Pin
Nand3219-Mar-13 20:53
Nand3219-Mar-13 20:53 
GeneralRe: socket in service WCF Pin
Richard MacCutchan19-Mar-13 22:45
mveRichard MacCutchan19-Mar-13 22:45 
QuestionUSB To Serial Adapter speed Pin
C-P-User-318-Mar-13 10:07
C-P-User-318-Mar-13 10:07 
AnswerRe: USB To Serial Adapter speed Pin
dusty_dex18-Mar-13 12:29
dusty_dex18-Mar-13 12:29 
JokeRe: USB To Serial Adapter speed Pin
PIEBALDconsult18-Mar-13 13:16
mvePIEBALDconsult18-Mar-13 13:16 
AnswerRe: USB To Serial Adapter speed Pin
C-P-User-319-Mar-13 5:55
C-P-User-319-Mar-13 5:55 
Amazing.

The drivers for UARTS SOMETIMES tell the truth, and SOMETIMES tell lies.

A bluetooth adapter plugged into a USB port will tell the system that the max speed is 115200

If you set the baud rate to 1200 (just to make sure, that's "twelve hundred", I didn't leave out a zero) the real speed will still be 921600.

In fact, C# and windows will not allow you to set a rate above 115200. No matter what port speed you set, you will still get data at 921600.

The drivers for this FTDI USB UART produce different observed behavior. Don't understand it, but for whatever reason, I AM able to place the number 921600 as the speed when accessing the wired UART using FTDI's cables, but NOT able to do this with a bluetooth adapter.

All the while, they will both have, evidently, the same speed.

Anyone who does not understand this is just not Hi-Tech
QuestionProblem With Voice Chat Application Pin
Ǯmr MànďǾǿ18-Mar-13 9:27
Ǯmr MànďǾǿ18-Mar-13 9:27 
AnswerRe: Problem With Voice Chat Application Pin
Marco Bertschi18-Mar-13 11:38
protectorMarco Bertschi18-Mar-13 11:38 
AnswerRe: Problem With Voice Chat Application Pin
Marco Bertschi18-Mar-13 11:39
protectorMarco Bertschi18-Mar-13 11:39 
GeneralRe: Problem With Voice Chat Application Pin
Ǯmr MànďǾǿ18-Mar-13 11:52
Ǯmr MànďǾǿ18-Mar-13 11:52 
GeneralRe: Problem With Voice Chat Application Pin
Marco Bertschi18-Mar-13 21:29
protectorMarco Bertschi18-Mar-13 21:29 
Questionhow can i make a double click event in c# with access Pin
User349018-Mar-13 7:44
User349018-Mar-13 7:44 
AnswerRe: how can i make a double click event in c# with access Pin
Eddy Vluggen18-Mar-13 8:07
professionalEddy Vluggen18-Mar-13 8:07 
GeneralMessage Closed Pin
18-Mar-13 9:10
User349018-Mar-13 9:10 
GeneralRe: how can i make a double click event in c# with access Pin
Eddy Vluggen18-Mar-13 9:16
professionalEddy Vluggen18-Mar-13 9:16 
QuestionC# StreamReader Case sensitive Pin
Member 987302818-Mar-13 6:09
Member 987302818-Mar-13 6:09 
AnswerRe: C# StreamReader Case sensitive Pin
R. Giskard Reventlov18-Mar-13 6:41
R. Giskard Reventlov18-Mar-13 6:41 
GeneralRe: C# StreamReader Case sensitive Pin
Member 987302818-Mar-13 8:06
Member 987302818-Mar-13 8:06 
AnswerRe: C# StreamReader Case sensitive Pin
OriginalGriff18-Mar-13 6:41
mveOriginalGriff18-Mar-13 6:41 
GeneralRe: C# StreamReader Case sensitive Pin
Member 987302818-Mar-13 8:06
Member 987302818-Mar-13 8:06 
AnswerRe: C# StreamReader Case sensitive Pin
Richard Deeming18-Mar-13 8:56
mveRichard Deeming18-Mar-13 8:56 
AnswerRe: C# StreamReader Case sensitive Pin
Matt T Heffron18-Mar-13 9:25
professionalMatt T Heffron18-Mar-13 9:25 
QuestionHow to build an sms sending application in C# and Access Pin
Arif_Aqeel18-Mar-13 3:17
Arif_Aqeel18-Mar-13 3:17 

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.