06-27-2012 05:35 PM
Sure, I uploaded both. Thanks for the help.
06-27-2012 05:42 PM
Which .vb file does the code in question reside in? I don't have VB.Net installed or I'd search the entire project...
06-27-2012 05:44 PM
I don't know exactly where that part of the code is, but my coworker told me this:
The port open/close is handled internally by the DLL. By releasing the object (in VB this is done by setting the object to nothing). In VB all references to the object are removed by setting the object = nothing.
06-27-2012 08:19 PM
Did you try running the VB code which only contains open and close? Here we need to compare 2 equivalent codes.