Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a project at .Net Framework in which i need to send a file using SerialPort with kermit protocol. I have look for solutions all over and found nothing helpful. The closest solution i found is Serial Port Communication( Transfer to Embedded System Device)[^]
Where he`s imports Ketmitlib.dll but i did not found that library.
I have to solve that problem fast. Did anyone implemented it and could help

What I have tried:

Reading the file with filestream and send the data with SerialPort.write
Posted
Updated 22-Jan-20 22:12pm

1 solution

 
Share this answer
 
Comments
Member 14369575 23-Jan-20 4:23am    
I looked for it ofcourse. Only found 2 payed solutions:
https://adontec.com/
https://www.mw6tech.com/megapipe/cf/html/index.html

And this http://www.columbia.edu/kermit/ckscripts.html Where i did not found .Net framework library
Richard MacCutchan 23-Jan-20 4:37am    
Then maybe you will need to study the protocol and write some code yourself.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900