mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
aa0bccf9489cf17175bf5d91ebe0c210ee45cad8

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.
picocom by Nick Patavalis (npat@efault.net) As its name suggests, [picocom] is a minimal dumb-terminal emulation program. It is, in principle, very much like minicom, only it's "pico" instead of "mini"! It was designed to serve as a simple, manual, modem configuration, testing, and debugging tool. It has also served (quite well) as a low-tech "terminal-window" to allow operator intervention in PPP connection scripts (something like the ms-windows "open terminal window before / after dialing" feature). It could also prove useful in many other similar tasks. It is ideal for embedded systems since its memory footprint is minimal (less than 20K, when stripped). Apart from being a handy little tool, [picocom] source distribution includes a simple, easy to use, and thoroughly documented terminal-management library, which could serve other projects as well. This library hides the termios(3) calls, and provides a less complex and safer (though certainly less feature-rich) interface. [picocom] runs on Linux, and with minor modifications it could run on any Unix system with the termios(3) library. For a description of picocom's operation, its command line options, and usage examples, see the manual page included in the source distribution as "picocom.8", and also html-ized as "picocom.8.html". People who have contibuted to picocom, by offering feature implementations, bug-fixes, corrections, and suggestions are listed in the "CONTRIBUTORS" file. The latest version of "picocom" can be downloaded from: http://code.google.com/p/picocom/ Please feel free to send comments, requests for new features (no promisses, though!), bug-fixes and rants, to the author's email address shown at the top of this file.
Description
Languages
C
74.2%
HTML
13.6%
Roff
10.7%
Makefile
1.4%
Shell
0.1%