I am about to start on a project where I have to communicate with (extract data from) a medical device via serial port. The documentation for the device says that it communicates via the Kermit protocol. It's been 10 years since I even thought about Kermit. 20 Years since I've used it. Are there any libraries for this? If I roll my own, what's involved?
I am developing in .NET 4.0 C#.