Serial Comms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do i use a serial port in visualbasic.net, and more specifically how 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
do i send a ctrl+c?
 
Back
Top