Dotnet Framework V2 : serialport class ?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I would like to know if anybody have used the new serialport class available in the new Dotnet framework V2. If yes, I would like to know if some events like : - RX buffer is empty or not; - TX buffer is empty; - Time Out expired; - ... If I can retreive the size of the RX/TX buffer and many other parameters. Because now I using my wrapper class of serialport (c++ to C#) but sometimes it is difficult to realize some functionality. Best Regards youssef