View previous topic :: View next topic |
Author |
Message |
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
[OT] FYI: reusable configuration dialog for COM ports in VB |
Posted: Mon Jun 04, 2007 3:31 pm |
|
|
Colleagues,
It turned out that there is no reusable configuration dialog for serial COM ports for Visual Basic on the web. So, I wrote one in VB6.
The source code and write-up are here http://www.codeproject.com/useritems/CommConfig.asp
Just wanted to share and to get some feedback.
Nick _________________ Read the label, before opening a can of worms.
Last edited by kender on Thu Jun 07, 2007 9:25 pm; edited 1 time in total |
|
|
AdamkT1
Joined: 21 Apr 2007 Posts: 44
|
|
Posted: Mon Jun 04, 2007 8:22 pm |
|
|
I hava a visual basic utility, which I had found on net somewhere, I do not remember now. It does more than that. I have modified it a little for some requirement.
If I know how to share it with the forum, I shall do that... |
|
|
Guest
|
|
Posted: Mon Jun 04, 2007 9:15 pm |
|
|
Thanks for sharing!
:-)
Steve H |
|
|
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
|
Posted: Tue Jun 05, 2007 9:22 am |
|
|
AdamkT1 wrote: | I hava a visual basic utility, which I had found on net somewhere, I do not remember now. It does more than that. I have modified it a little for some requirement.
If I know how to share it with the forum, I shall do that... |
You can upload your utility to your favorite file hosting web site (such as rapidshare). You can put it on http://www.codeproject.com with some descriptional text. You can upload it to some other technical forum that supports attachments such as http://www.edaboard.com/ or http://forum.allaboutcircuits.com/. _________________ Read the label, before opening a can of worms. |
|
|
|