Serial Communication
-
Does anyone have any simple application on communicating with external device via virtual com port?
There's at least one article on CP about this, I am sure.
Christian Graus Driven to the arms of OSX by Vista.
-
Does anyone have any simple application on communicating with external device via virtual com port?
Hi, com0com works fine for me, see http://www.codeproject.com/KB/cs/virtualports.aspx[^] or google. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
-
Hi, com0com works fine for me, see http://www.codeproject.com/KB/cs/virtualports.aspx[^] or google. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Fixturized forever. :confused:
-
Actually, it's done in C# and should be easily translatable into VB.NET. Just Google for "C# to VB.NET conversion" and you'll find some online tools to do it. You will, of course, have to clean up the code by hand since no tool is 100% perfect.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008 -
Actually, it's done in C# and should be easily translatable into VB.NET. Just Google for "C# to VB.NET conversion" and you'll find some online tools to do it. You will, of course, have to clean up the code by hand since no tool is 100% perfect.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008You expect him to write actual code ?
Christian Graus Driven to the arms of OSX by Vista.
-
You expect him to write actual code ?
Christian Graus Driven to the arms of OSX by Vista.
No, not really! :-D
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008