문제

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#.

도움이 되었습니까?

해결책

I found a similar question

I found no traces of a C# Kermit binding, and I believe there are none since the language is pretty young

A good option is may be to choose your favourite C++ implementation and wrap it with P/Invoke

[Update] Probably somebody ungraved Kermit: https://www.adontec.com/super_net_faq.htm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top