G Guest May 23, 2004 #1 How do i use a serial port in visualbasic.net, and more specifically how do i send a ctrl+c?
H Herfried K. Wagner [MVP] May 23, 2004 #2 * "=?Utf-8?B?dGhlZ2VudA==?= said: How do i use a serial port in visualbasic.net, and more specifically how do i send a ctrl+c? Click to expand... Thomas Scheidegger's Serial Port FAQ (in German) <URL:http://groups.google.com/[email protected]>
* "=?Utf-8?B?dGhlZ2VudA==?= said: How do i use a serial port in visualbasic.net, and more specifically how do i send a ctrl+c? Click to expand... Thomas Scheidegger's Serial Port FAQ (in German) <URL:http://groups.google.com/[email protected]>
S Sahil Malik May 23, 2004 #3 You can use wrapper classes found over the internet, which basically wrap win32 api calls, or you can use the MS Communications control from old VB6 days directly thru interop. - Sahil Malik Independent Consultant You can reach me thru my blog at - http://www.dotnetjunkies.com/weblog/sahilmalik/ thegent said: How do i use a serial port in visualbasic.net, and more specifically how Click to expand... do i send a ctrl+c?
You can use wrapper classes found over the internet, which basically wrap win32 api calls, or you can use the MS Communications control from old VB6 days directly thru interop. - Sahil Malik Independent Consultant You can reach me thru my blog at - http://www.dotnetjunkies.com/weblog/sahilmalik/ thegent said: How do i use a serial port in visualbasic.net, and more specifically how Click to expand... do i send a ctrl+c?