Gentoo Archives: gentoo-user

From: "David M. Fellows" <fellows@×××.ca>
To: gentoo-user@l.g.o, tuxic@××××××.de
Subject: Re: [gentoo-user] Console serial terminal/console with command history?
Date: Tue, 22 May 2018 18:45:31
Message-Id: 12447.1527014714@owl.pooh.corner
In Reply to: [gentoo-user] Console serial terminal/console with command history? by tuxic@posteo.de
1 >Hi
2 >
3 >I am currently exploring Mecrisp-Stellaris FORTH on a STM32F103C8 uC.
4 >
5 >To communicate with the FORTH-system I use a serlal terminal console
6 >like picocom.
7 >
8 >Since I am still learning this quirky though fascinating language I
9 >really would appreciate a commandline history.
10 >
11 >For that I tried picocom and picocom with rlfe / rlwrap, neocon,
12 >screen, tio.
13 >
14 >None worked and/or has a fixed handling of CR<=>LF, which leads
15 >to an
16 > ugly
17 > output.
18 >
19 >Is there any serial terminal/console (no gui), which has a command
20 >history of some sort and a configurable handling of cr<=>lf?
21
22 Since you want to blast to the past... kermit may do what you need. Back
23 in the day it connected everything to everything.
24 See http://www.kermitproject.org/
25 emerge ckermit.
26
27 expect might also be twisted to do what you need. It is also in portage.
28 DaveF
29 >
30 >Thanks for any help in advance -- the FORTH will be with you!
31 >Cheers
32 >Meino
33 >
34 >
35 >

Replies

Subject Author
Re: [gentoo-user] Console serial terminal/console with command history? Grant Taylor <gtaylor@×××××××××××××××××××××.net>