Questions tagged [kermit]

Kermit is a data transfer protocol, commonly used in the early days of the internet.

Kermit is a data transfer protocol, commonly used in the early days of the internet.

More info: Wikipedia page

20 questions
0
votes
1 answer

Reboot and stop image booting with C-Kermit

I'm currently using c-kermit with a serial connector to my ARM-Board. So, if I type reboot into the c-kermit connected terminal, the Board reboots. Okay, then I type Space, while it boots, to get into U-Boot. This works fine. But I want to write a…
Citrullin
  • 2,269
  • 14
  • 29
0
votes
1 answer

kermit - how to redirect output into a file

i'm using kerimt to print the data coming from /dev/ttyS1. i'm running kermit as root user( sudo ) because setting the stream source command: set line /dev/ttyS1 doesn't work otherwise. i'm trying to redirect the output using this command: set…
0
votes
0 answers

Not getting ack after sending xmodem frame

I have a device connected to serial port and waiting for a file to be transmited using xmodem protocol. I have tried constructing a message using in xmodem format and sending it, however I'm not getting the expected ACK for the transfer. Bellow are…
triple fault
  • 13,410
  • 8
  • 32
  • 45
0
votes
1 answer

Type enter key is not responding in kermit why?

when i am trying to hit an enter when ever the kermit is used,it is not working.Even i re installed it.But it is not working for hitting enter to stop at u-boot and even for login credentials.Please suggest me the solution?
Bhargav
  • 21
  • 5
0
votes
2 answers

Convert CRC-CCITT Kermit 16 DELPHI code to C#

I am working on a function that will give me a Kermit CRC value from a HEX string. I have a piece of code in DELPHI. I am a .NET developer and need the code in C#. function CRC_16(cadena : string):word; var valuehex : word; i: integer; CRC :…
Mehdi Anis
  • 358
  • 1
  • 9
  • 17
1
2