Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/22/07 08:49
Read: times


 
#135563 - update
Responding to: ???'s previous message
I've tried doing:

public delegate void SerialDataReceivedEventHandler(object sender, SerialDataReceivedEventArgs e);

.
.
.
.

public void COM_DATA (object sender, SerialDataReceivedEventArgs e)
{
label3.Text = "asdsad";
textBox1.Text = "asdsadasdasf";
}

I'm trying to start small. I just want at this point any time it receives data to do something. In this case change some text on a form. Thoughts? Thanks,

D

List of 6 messages in thread
TopicAuthorDate
serial ports and visual c#?            01/01/70 00:00      
   update            01/01/70 00:00      
      I once did something like that ...            01/01/70 00:00      
         VB2005 and the Serial Port            01/01/70 00:00      
   This may help            01/01/70 00:00      
      Thanks guys            01/01/70 00:00      

Back to Subject List