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

186 Commits

Author SHA1 Message Date
deffd18c24 Set indent_style to space 2016-12-16 11:51:33 +02:00
a6b1dda2ab Merge branch 'Joe-Merten-whitespace-cleanup' 2016-12-16 11:49:05 +02:00
13fd331d41 detabbing (by tab with 4) 2016-12-16 10:41:23 +01:00
b601136f56 stripped trailing whitespace 2016-12-16 10:29:20 +01:00
196d36aa05 Comments 2016-12-15 16:58:24 +02:00
9eb9a9ecf4 Merge pull request #58 from Joe-Merten/custom-baud
Small makefile simplification for custom baudrate support
2016-12-15 16:54:55 +02:00
67eaf5400d Small makefile simplification reg. custom baud rate support 2016-12-15 15:47:08 +01:00
52ab89f616 Updated CONTRIBUTORS 2016-12-08 16:51:22 +02:00
e744a7fa0a Merge pull request #55 from Joe-Merten/port-name-length
fixed #54 "port name is limited to 127 chars"
2016-12-08 16:48:23 +02:00
59a43bf4f2 Regenerated docs 2016-12-08 16:42:21 +02:00
1756ba7a45 Minor formatting 2016-12-08 16:39:55 +02:00
1f223d9863 fixed #54 "port name is limited to 127 chars" 2016-12-08 15:39:40 +01:00
a938c4f2d2 Merge pull request #53 from Joe-Merten/logfile
added `--logfile` option
2016-12-08 16:31:15 +02:00
7fe5400848 fixed logging of local echo 2016-12-08 15:25:36 +01:00
eca0a54492 logfile: just changed malloc() against strdup() 2016-12-08 11:16:16 +01:00
f92e8e303e added --logfile option
as discussed in https://github.com/npat-efault/picocom/issues/24
2016-12-08 10:44:07 +01:00
74e0245fb0 Extra OSX bauds only if HIGH_BAUD + comments
Define the extra (above 230K) baudate constants for OSX only if
HIGH_BAUD is defined.
2016-12-07 01:42:03 +02:00
92e99eb2e6 Merge pull request #51 from Joe-Merten/osx-baudrates
Improved baudrate support for OSX
2016-12-07 01:32:54 +02:00
ca48cdc2d5 simplified Makefile regarding USE_CUSTOM_BAUD switch 2016-12-07 00:28:00 +01:00
59324d71a3 Revert "added warning if applied baudrate differs from opts.baud on startup"
This reverts commit 15cb659dc3.
2016-12-07 00:22:49 +01:00
a512eb2bf8 Merge branch 'master' into osx-baudrates 2016-12-07 00:21:04 +01:00
18468a15a8 Barf if superfluous non-opt arguments are present
Fixes issue #52
2016-12-07 00:37:04 +02:00
15cb659dc3 added warning if applied baudrate differs from opts.baud on startup 2016-12-06 22:02:45 +01:00
4ef3280e6a added custom baudrate support for OSX 2016-12-06 21:59:59 +01:00
f5fbab2505 added high baudrate constants for OSX 2016-12-06 18:06:28 +01:00
71e36b0f83 Regenerated docs 2016-12-04 22:14:09 +02:00
26869e3bbf Merge branch 'Joe-Merten-osx-rts-dtr' 2016-12-04 22:09:04 +02: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
52877e4201 Formatting 2016-12-04 00:31:35 +02:00
8f3ef0e950 Fixed wording 2016-12-04 00:28:09 +02:00
9d0e4a251b Added Joe Merten to CONTRIBUTORS 2016-12-03 19:38:36 +02:00
21d926fbdc Merge pull request #49 from Joe-Merten/lower-rts-dtr
added `--lower-rts` and `--lower-dtr` command line options
2016-12-03 19:22:05 +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
213eb68343 Comments 2016-12-03 18:43:50 +02:00
7cccadefd8 Merge branch 'master' of https://github.com/npat-efault/picocom 2016-12-03 18:33:03 +02:00
fd41eb6a77 Added .editorconfig 2016-12-03 18:32:09 +02:00
9fd0385d75 Merge pull request #46 from girtsf/fix-baud-define
Macro name is HIGH_BAUD not USE_HIGH_BAUD
2016-11-25 22:54:48 +02:00
5a7fab1207 Fix include for compile options display. 2016-11-14 11:13:53 -08:00
1e910f57a8 Added Cody Planteen to CONTRIBUTORS 2016-10-15 19:31:11 +03:00
910531e93d Regenerated docs 2016-10-15 19:28:15 +03:00
f53667c840 Merge pull request #45 from planteen/master
Add command to toggle RTS. 

This is a new command that parallels the command for toggling DTR. Toggling RTS is useful for troubleshooting flow control signals. It is also useful for embedded hardware which is configured so RTS controls an external component (such as a relay, FET, or enable line). Toggling RTS is supported if the flow control mode is "none" or "xon/xoff" (not supported under RTS/CTS flow control for obvious reasons). The TIOCMBIC and TIOCMBIS ioctls() on TIOCM_RTS under Linux still succeed if the flow control is RTS/CTS, but the actual state on the RTS line does not change.
2016-10-15 19:22:27 +03: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
68c2c7041c Merge pull request #44 from jpoppe/patch-1
fixed typo in example: inglf -> ignlf
2016-10-12 00:02:31 +03:00
87d4ae20ff fixed typo in example: inglf -> ignlf 2016-10-11 20:25:50 +02:00
78a1332e33 Bumped version to 2.3a. Rebuilt docs. 2016-10-04 20:17:26 +03:00
052b216326 Bumped version to 2.2, rebuilt docs. 2.2 2016-10-04 19:51:29 +03:00
18ae4385a7 Merge pull request #39 from changyuheng/pr-flow-usage
Amend wrong flow control usage
2016-10-04 19:25:57 +03:00