D Davide Bettio Feb 10, 2005 #1 Hi! Can you tell me the best managed classes free to use the serial port? (rs-232)
A Ahmed Qurashi Feb 10, 2005 #2 I like Corrado Cavalli's solution, and best of all it's open source! http://www.codeworks.it/net/VBNetRs232.htm It's in VB.NET but its basically a single class file which interops with native kernel.dll Comm functions. You should be able to build it using vbc.exe and then create Rs232 objects from the assembly. ok, aq
I like Corrado Cavalli's solution, and best of all it's open source! http://www.codeworks.it/net/VBNetRs232.htm It's in VB.NET but its basically a single class file which interops with native kernel.dll Comm functions. You should be able to build it using vbc.exe and then create Rs232 objects from the assembly. ok, aq