View Single Post
  #3 (permalink)  
Old 01-09-2009, 11:46 AM
jbrookley jbrookley is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Jan 2009
Posts: 3
Reputation: 0
jbrookley is on a distinguished programming path ahead
Thumbs up

Perfect. Thanks so much. The program is now working and is receiving the data from my microprocessor. I knew it had to be something simple and it was driving me crazy.

Honestly, I didn't know where to look for documentation for this problem so knowing to check Microsoft's MSDN site is very helpful. I'm used to all my devices having datasheet for each piece of hardware. I'm still new to my software side. Anyway, knowing where to look now, I found the link you were referring to as well as the note you mentioned:

SerialPort.DataReceived Event (System.IO.Ports)

Thanks again!
Reply With Quote