Click here to Skip to main content
15,905,508 members
Home / Discussions / C#
   

C#

 
AnswerRe: i need help Pin
dan!sh 1-Nov-09 20:54
professional dan!sh 1-Nov-09 20:54 
Questionhow to disable BT and WIFI in windows mobile - C# Pin
E_Gold1-Nov-09 19:26
E_Gold1-Nov-09 19:26 
AnswerRe: how to disable BT and WIFI in windows mobile - C# Pin
Christian Graus1-Nov-09 20:01
protectorChristian Graus1-Nov-09 20:01 
GeneralRe: how to disable BT and WIFI in windows mobile - C# Pin
E_Gold1-Nov-09 21:15
E_Gold1-Nov-09 21:15 
GeneralRe: how to disable BT and WIFI in windows mobile - C# Pin
Christian Graus1-Nov-09 21:19
protectorChristian Graus1-Nov-09 21:19 
QuestionReport not load Pin
haleemasher1-Nov-09 18:59
haleemasher1-Nov-09 18:59 
AnswerRe: Report not load Pin
Christian Graus1-Nov-09 19:10
protectorChristian Graus1-Nov-09 19:10 
QuestionUsing .Equals on a generic type constrained by struct. Pin
CaptainSeeSharp1-Nov-09 15:45
CaptainSeeSharp1-Nov-09 15:45 
AnswerRe: Using .Equals on a generic type constrained by struct. Pin
Not Active1-Nov-09 17:08
mentorNot Active1-Nov-09 17:08 
AnswerRe: Using .Equals on a generic type constrained by struct. Pin
Christian Graus1-Nov-09 17:57
protectorChristian Graus1-Nov-09 17:57 
GeneralRe: Using .Equals on a generic type constrained by struct. Pin
CaptainSeeSharp1-Nov-09 18:07
CaptainSeeSharp1-Nov-09 18:07 
GeneralRe: Using .Equals on a generic type constrained by struct. Pin
Christian Graus1-Nov-09 18:39
protectorChristian Graus1-Nov-09 18:39 
AnswerRe: Using .Equals on a generic type constrained by struct. Pin
N a v a n e e t h1-Nov-09 22:33
N a v a n e e t h1-Nov-09 22:33 
QuestionZedGraph date help Pin
Aljaz1111-Nov-09 12:46
Aljaz1111-Nov-09 12:46 
AnswerRe: ZedGraph date help Pin
Christian Graus1-Nov-09 13:01
protectorChristian Graus1-Nov-09 13:01 
Questionled to rs232 [modified] Pin
_Q12_1-Nov-09 12:35
_Q12_1-Nov-09 12:35 
AnswerRe: led to rs232 Pin
Christian Graus1-Nov-09 12:42
protectorChristian Graus1-Nov-09 12:42 
GeneralRe: led to rs232 Pin
_Q12_1-Nov-09 12:56
_Q12_1-Nov-09 12:56 
GeneralRe: led to rs232 Pin
Christian Graus1-Nov-09 13:02
protectorChristian Graus1-Nov-09 13:02 
GeneralRe: led to rs232 Pin
_Q12_1-Nov-09 13:10
_Q12_1-Nov-09 13:10 
GeneralRe: led to rs232 Pin
Christian Graus1-Nov-09 13:33
protectorChristian Graus1-Nov-09 13:33 
AnswerRe: led to rs232 Pin
Alan N1-Nov-09 13:25
Alan N1-Nov-09 13:25 
Hi,
You have connected the LED between transmit data (TD) and ground (SG). Is is your intention to show when data is being transmitted or do you just want to turn an LED on and off?

If it's the latter then it would be better to connect the LED to one of the control lines, e.g. data terminal ready (DTR) or request to send (RTS), and ground. These lines can be toggled or or off via the SerialPort class.

The timer tick code would be e.g.
port.DtrEnable = !port.DtrEnable;

Alan.
AnswerRe: led to rs232 Pin
Luc Pattyn1-Nov-09 13:28
sitebuilderLuc Pattyn1-Nov-09 13:28 
GeneralRe: led to rs232 Pin
_Q12_1-Nov-09 13:53
_Q12_1-Nov-09 13:53 
GeneralRe: led to rs232 Pin
Luc Pattyn1-Nov-09 14:15
sitebuilderLuc Pattyn1-Nov-09 14:15 

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.