How do I send keystrokes to a serial port in vb.net?

Posted by Sean P on Stack Overflow See other posts from Stack Overflow or by Sean P
Published on 2010-03-11T18:55:01Z Indexed on 2010/03/11 18:59 UTC
Read the original article Hit count: 425

Filed under:
|
|
|
|

I am trying to send a ctrl-x keystroke to COM2 and I ahve to code to open the port and read and write but when I tried to send Chr(Keys.ControlKey + Keys.X) it did not work. any ideas?

© Stack Overflow or respective owner

Related posts about vb

Related posts about vb.net