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

40 Commits

Author SHA1 Message Date
eb0f53a0c0 Doc updates, rebuilt docs
Mostly typos and some rewording.
2018-04-03 15:07:07 +03:00
acc4e7ea1a Updated manual, rebuilt docs. 2018-02-08 17:15:39 +02:00
b40a2c8002 Minor rewording 2018-01-16 04:52:57 +02:00
7a14651b93 #84: Manual control of handshake lines for OpenBsd, NetBsd and Dragonfly 2018-01-15 20:23:07 +01:00
681ff11114 Added the --raise-rts and --raise-dtr options
Fixes #86
2018-01-13 16:11:07 +02:00
42182a2232 Updated copyright years in boilerplate 2018-01-09 20:35:30 +02:00
a0c56a4235 Updated manual 2018-01-09 02:32:46 +02:00
cc8d142e2c Fixed #81, FreeBSD rts / dtr control 2018-01-02 15:19:42 +01:00
4e9f42f686 Just updated some comments 2017-12-31 07:42:00 +01:00
50b8e6962c Added "to hex" character mappings.
Closes #75
2017-12-25 21:05:05 +02:00
89fe1ed581 Manual, typos, rewording 2017-12-25 10:48:51 +02:00
9bbb25c5cc Updated manual and regenerated docs 2017-12-23 13:20:42 +02:00
a35a9cb1b7 Updated manual and regenerated docs 2017-12-21 15:36:07 +02:00
0ec7213956 Updated manual and regenerated docs 2017-12-20 11:11:14 +02:00
a99d1f8b69 Better example (manual) 2017-12-19 17:31:38 +02:00
ad5ad83983 Typo 2017-12-16 22:30:19 +02:00
49041a2ef6 Added the --no-escape command-line option
Disables the escape character so that picocom can never enter command
mode.
2017-12-16 18:11:33 +02:00
b0e694c7c8 Added section EXITING PICOCOM to manual 2017-12-16 14:51:37 +02:00
e9385b0ece Added the --exit command-line option
Exit picocom immediatelly after opening and configuring the serial
port. Do *not* read *anything* from the standard input or from the
serial port. If an init string is also given, picocom exits imediatelly
after sending (writing) the init string to the serial port. Again,
nothing is read from the standard input, or from the serial port. The
ouput map, the local echo option, and the local-echo map are observed
when sending the init string. The **--exit** option, overrides
the **--exit-after** option.
2017-12-16 10:51:34 +02:00
423c93fe5e Documentation edits 2017-12-15 11:16:59 +02:00
5ccc25ad94 Standard input handling
- Allow stdin to be a non-tty (print a warning, though). Some things may
  not work as expected in this case, but most will, and it's useful in
  several occasions.

- If picocom reads zero bytes from stdin, then:

  - If --exit-after is set, then keep operating (without reading from
    stdin) until the idle timeout expires, or we are killed by a signal

  - Otherwise, exit picocm, but only after transmitting the contens of
    the output queue.
2017-12-15 00:13:40 +02:00
a5ea42b616 Minor re-wording 2017-12-14 20:06:36 +02:00
6fdd2a3084 Added commandline option --quiet
Suppress picocom from printing initial greetings banners and other
messages not explicitly requested by the user. Command responses and
errors or warnings are still printed.
2017-12-14 18:44:44 +02:00
2d075e971e Regenerated docs 2017-12-14 14:02:13 +02:00
c6c753e31a Added --exit-after command-line option
Exit picocom after remaining idle for a specified time. Picocom is
considered idle if: Nothing is read (received) from the serial port,
there is nothing to write (send) to the serial port, and nothing is read
from the terminal.
2017-12-14 11:36:01 +02:00
a1cc4f9128 Add option to send an initstring before dropping to the main loop 2017-03-20 22:47:46 +01:00
b601136f56 stripped trailing whitespace 2016-12-16 10:29:20 +01:00
1756ba7a45 Minor formatting 2016-12-08 16:39:55 +02:00
f92e8e303e added --logfile option
as discussed in https://github.com/npat-efault/picocom/issues/24
2016-12-08 10:44:07 +01:00
6725cac2b6 Merge branch 'osx-rts-dtr' of https://github.com/Joe-Merten/picocom into Joe-Merten-osx-rts-dtr 2016-12-04 22:07:24 +02:00
3239ffb8a4 fixed manual rts & dtr control for OSX 2016-12-04 12:09:11 +01:00
dd57b04cbf Regenerated docs 2016-12-04 01:06:24 +02:00
226913f48b added --lower-rts and --lower-dtr command line options
see also https://github.com/npat-efault/picocom/pull/47
2016-12-03 18:14:48 +01:00
2fe242cfb6 Only support toggle RTS command in Linux; fix a few spelling errors and typos in man page. 2016-10-15 10:13:00 -06:00
a30867c366 Add command to toggle RTS 2016-10-14 19:06:26 -06:00
87d4ae20ff fixed typo in example: inglf -> ignlf 2016-10-11 20:25:50 +02:00
052b216326 Bumped version to 2.2, rebuilt docs. 2016-10-04 19:51:29 +03:00
999a2299b2 Fixed typo in man-page 2015-09-10 04:05:03 +03:00
f6f71b6f5b Updated manual. New C-b (set baudrate) command 2015-08-23 15:54:33 +03:00
b443e39e43 Converted mapage source to pandoc's MarkDown and moved it to section 1.
- Much metter groff and html formating. Much easier to write and edit.
- Page had no reason to be in section 8.
2015-08-22 14:46:24 +03:00