Writing drivers in C#
I have written earlier in C/C++ but currently, I need it to convert into C#.
Can anyone tell me the code/way How to write drivers in C#?
Actually currently I have some problems with my old application written in C++ and we have to write the drivers of our LPT1,COM Printers and other USB drivers in C#.

Mahesh ChandPosted Jul 8, 2009, 12:58 AM
Here are couple of articles
Creating a printer driver in C# or vb.net
This article shows how to communicated with Serial Port using C#.