Forum: C#
Oct 13th, 2007, 11:13 PM
|
|
Replies: 2
Views: 183
|
Forum: C#
Oct 13th, 2007, 4:38 AM
|
|
Replies: 2
Views: 183
|
Forum: C#
Oct 9th, 2007, 3:10 AM
|
|
Replies: 9
Views: 308
Just FYI I tested the timer at 2mS and made a...
Just FYI I tested the timer at 2mS and made a camtasia move of the screen in swf format. link is here. You can see the letter A (in binary code as signals) dance around. Not even close to 2mS
I will...
|
Forum: C#
Oct 9th, 2007, 1:36 AM
|
|
Replies: 9
Views: 308
|
Forum: C#
Oct 9th, 2007, 12:55 AM
|
|
Replies: 9
Views: 308
Ah ha, that is actually the opposit thing one...
Ah ha, that is actually the opposit thing one does when programming with interrupts as I was thinking of the tick as an interrupt handler and the wait loop would only consume 2mS while waiting.
Yes...
|
Forum: C#
Oct 8th, 2007, 12:05 PM
|
|
Replies: 9
Views: 308
This is one of those posts that will really...
This is one of those posts that will really accellerate my ability to learn how to use this language. Just knowing where to look for help for each class.
I thought I posted all the code. I am using...
|
Forum: C#
Oct 8th, 2007, 3:26 AM
|
|
Replies: 9
Views: 308
Timer on Form
I have made a lot of progress today with the help of members here and i thank the whole community for such a great forum. Before i go to sleep i thought I would post the last problem I ran into that...
|
Forum: Visual Basic .NET
Oct 8th, 2007, 1:26 AM
|
|
Replies: 3
Views: 281
Ok I found it too.
this.Close();
Put in the...
Ok I found it too.
this.Close();
Put in the button_click_1 method
Funny I find more answers with google than the full SDK from microsoft I looked up form close and could not interpret the help.
|
Forum: Visual Basic .NET
Oct 8th, 2007, 1:10 AM
|
|
Replies: 3
Views: 281
|
Forum: C#
Oct 8th, 2007, 12:58 AM
|
|
Replies: 10
Views: 355
|
Forum: C#
Oct 7th, 2007, 6:39 PM
|
|
Replies: 10
Views: 355
Ah yes like this:
switch...
Ah yes like this:
switch (parityComboBox.SelectedIndex)
{
case -1:
MessageBox.Show("Unable to set parity");
return;
...
|
Forum: C#
Oct 7th, 2007, 6:29 PM
|
|
Replies: 10
Views: 355
|
Forum: C#
Oct 7th, 2007, 4:47 PM
|
|
Replies: 10
Views: 355
Here is my code to test a serial port for...
Here is my code to test a serial port for communication.
If you have any comments on anything about it I would welcome them as i learn this language.
Thank.s again, i hope this helps others using...
|
Forum: C#
Oct 7th, 2007, 4:06 PM
|
|
Replies: 10
Views: 355
|
Forum: C#
Oct 7th, 2007, 2:03 PM
|
|
Replies: 10
Views: 355
|
Forum: C#
Oct 7th, 2007, 4:09 AM
|
|
Replies: 10
Views: 355
Hi New member with System.IO.Ports.Parity Question
I am using VSC# 2005
I am confused with the enumeration type System.IO.Ports.Parity
I understand the concept of enumeration but I dont understand the syntax I need to set two fields in a serialport...
|