Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SET SPEED has no effect

144 views
Skip to first unread message

David Abdurachmanov

unread,
Oct 17, 2011, 12:46:07 AM10/17/11
to
I am trying to run ckermit (8.0.211) in server mode on my development board, that I could push/pull some logs/configurations.

This is what I have in my configuration file:
root@overo:~# cat .kermrc
set line /dev/ttyS2
set flow-control none
set carrier-watch off
set speed 115200
set reliable
fast
set prefixing all
set file type bin
set rec pack 4096
set send pack 4096
set window 5
set background on
server

And here is what I get:
root@overo:~# kermit
?SET SPEED has no effect without prior SET LINE

Entering server mode. If your local Kermit software is menu driven, use
the menus to send commands to the server. Otherwise, enter the escape
sequence to return to your local Kermit prompt and issue commands from
there. Use SEND and GET for file transfer. Use REMOTE HELP for a list of
other available services. Use BYE or FINISH to end server mode.

KERMIT READY TO SERVE...

SET LINE is executed before SET SPEED, even if I give the serial line via kermit arguments I still get the message. I tried moving SET SPEED to different lines, but not successful. It still works and the speed is correct. But how should I fix this warning?

Also it kermit does go to background, even if I have SET BACKGROUND ON in configuration.

I just checked if GET/SEND works and it works slow, but perfectly:

Current Directory: /Users/david
Communication Device: /dev/cu.usbserial-A800cT0X (remote host is UNIX)
Communication Speed: 115200
Parity: none
RTT/Timeout: 02 / 02
SENDING: => /var/volatile/log/1287470301.mov
File Type: BINARY
File Size: 21592618
Percent Done: 1 -
...10...20...30...40...50...60...70...80...90..100
Estimated Time Left: 00:40:47
Transfer Rate, CPS: 8717
Window Slots: 5 of 5
Packet Type: D
Packet Count: 96
Packet Length: 4095
Error Count: 0


Thanks,
David
0 new messages