xref: /OK3568_Linux_fs/buildroot/package/nanocom/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_NANOCOM
2	bool "nanocom"
3	help
4	  Nanocom is based upon microcom (http://microcom.port5.com/)
5	  but removes the scripting and logging features while
6	  introducing support for setting local/remote echo, parity
7	  and stop bits. It also follows a more standard command line
8	  style using the getopt function.  Internally much of the
9	  code has been rewritten and reformatted, the menu system in
10	  particular is almost entirely different.
11
12	  http://nanocom.sourceforge.net/
13