On 05/22 03:43, R0b0t1 wrote: > On Tue, May 22, 2018 at 12:39 PM, <tu...@posteo.de> wrote: > > Hi > > > > I am currently exploring Mecrisp-Stellaris FORTH on a STM32F103C8 uC. > > > > To communicate with the FORTH-system I use a serlal terminal console > > like picocom. > > > > Since I am still learning this quirky though fascinating language I > > really would appreciate a commandline history. > > > > For that I tried picocom and picocom with rlfe / rlwrap, neocon, > > screen, tio. > > > > None worked and/or has a fixed handling of CR<=>LF, which leads > > to an > > ugly > > output. > > > > Is there any serial terminal/console (no gui), which has a command > > history of some sort and a configurable handling of cr<=>lf? > > > > Thanks for any help in advance -- the FORTH will be with you! > > Cheers > > Meino > > > > Have you tried screen? It may have more features than kermit by > default, but it is intended for speaking with "smart" terminal devices > and will do lots of input processing. > > Based on your description of the problem you may want this? > > Cheers, > R0b0t1 >
Hi all, tahnks a lot for the huge and overwelming amount of posts. help and opinion about things of the past and the present. I have to apologise: I overlooked a certain option of rlwrap: rlwrap -a picocom -b 115200 --imap lfcrlf,crcrlf -s /usr/local/bin/msend /dev/ttyACM0 or rlwrap -a tio -b 115200 -d 8 -s 1 -p none -m INLCRNL /dev/ttyACM0 or similiar does the job perfectly. Cheers! Meino PS: I also checked screen (no crlf handling), putty (has a gui and minimal configuration possibilities for serial connections and bunch more...)