New serial control in 2005

gnappi

Newcomer
Joined
Mar 7, 2006
Messages
13
I just installed the new vb.net 2005 and found the new serial port control.
Does anyone have any details on how to use it?


Thanks,

Gary
 
Been there.

forgottensoul said:
Check out
Base Class Libraries - Group 2 Samples
(Using serial ports with the new Port class) at:
http://msdn.microsoft.com/vstudio/downloads/101samples/default.aspx

I found that page straight away, but there's not much help there. It looks like you have to drop a serial control into your code for each serial port you want to use, and enumerate them yourself. Oh well, I already got out the big hammer. :-)


Thanks anyway,

Gary
 
gnappi said:
I found that page straight away, but there's not much help there. It looks like you have to drop a serial control into your code for each serial port you want to use, and enumerate them yourself. Oh well, I already got out the big hammer. :-)


Thanks anyway,

Gary

Sorry about that. It is all I needed.

What sepecifically do you need? I have some code I could post if its a match to your need.
 
Back
Top