http://code.google.com/p/picocom/issues/detail?id=25
This should also fix issue:
http://code.google.com/p/picocom/issues/detail?id=17
The following baud-rates are now supported:
Standard:
0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600,
19200, 38400, 57600, 115200,
HIGH_BAUD:
230400, 460800, 500000, 576000, 921600, 1000000, 1152000, 1500000,
2000000, 2500000, 3000000, 3500000, 4000000,
Now every baudrate above 115200 is compiled-in only if the respective
macros are defined in the system header files. This should allow
picocom with HIGH_BAUD support to compile cleanly for more systems.
and path completion when entering filenames for receive- and send-
file operations. Support can be compiled-out if you wish. See Makefile.
- When entering a filename for receive- or send- file operations,
pressing C-c cancels the operation.
This works regardless of whether linenoise support (see above) has
been compiled in or not
- Use debian's xmltoman to convert manual page form xml to man.
- Local echo
- Configurable input mapping (CR --> LF, DEL --> BS, etc)
- Configurable output mapping
- Configurable local-echo mapping
May still need some testing...