Best serial rs-232 class

  • Thread starter Thread starter Davide Bettio
  • Start date Start date
D

Davide Bettio

Hi! Can you tell me the best managed classes free to use the serial
port? (rs-232)
 
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
 
Back
Top