Hi Tim,

Am 23.10.2012 20:20, schrieb Tim Bird:> On 10/23/2012 11:04 AM, Todd Fischer 
wrote:
>>
>> /dev/ttyUSB4: 9705: picocom -b 115200 -r -l /dev/ttyUSB4
>>
>
> Just out of curiosity - why picocom?
>
> I've never heard of it.  Is it just tradition or do you have a reason
> to use it over minicom?
>

I prefer picocom (36656 byte stripped) because minicom (192568 byte stripped)
does not offer the functionality I need.


While picocom knows cr lf mappings like:

  --imap <map> (input mappings)
  --omap <map> (output mappings)
  --emap <map> (local-echo mappings)
<map> is a comma-separated list of one or more of:
  crlf : map CR --> LF
  crcrlf : map CR --> CR + LF
  igncr : ignore CR
  lfcr : map LF --> CR
  lfcrlf : map LF --> CR + LF
  ignlf : ignore LF

Minicom only seems to offer:
   A    Toggle 'Add Linefeed' on/off. If it is on, a linefeed is added before 
every carriage return displayed on the screen.

Which is an _extremely_ short list of options and not what I need.
Out of my head I think I need "--imap lfcrlf".


I'd be happy if minicom could do it as well.

Greetings,
Frieder
_______________________________________________
Celinux-dev mailing list
Celinux-dev@lists.celinuxforum.org
https://lists.celinuxforum.org/mailman/listinfo/celinux-dev

Reply via email to