Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx01.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: David Abdurachmanov Newsgroups: comp.protocols.kermit.misc Subject: SET SPEED has no effect Date: Sun, 16 Oct 2011 21:46:07 -0700 (PDT) Organization: http://groups.google.com Lines: 57 Message-ID: <28737336.655.1318826767877.JavaMail.geo-discussion-forums@vbac9> Reply-To: comp.protocols.kermit.misc@googlegroups.com NNTP-Posting-Host: 78.60.130.17 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1318826768 25271 127.0.0.1 (17 Oct 2011 04:46:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 17 Oct 2011 04:46:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=78.60.130.17; posting-account=-ZJPbgoAAAB9UsvilCFVnpU6_h7JWYbm User-Agent: G2/1.0 X-Google-Web-Client: true Xref: x330-a1.tempe.blueboxinc.net comp.protocols.kermit.misc:12 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