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

32 Commits

Author SHA1 Message Date
eb0f53a0c0 Doc updates, rebuilt docs
Mostly typos and some rewording.
2018-04-03 15:07:07 +03:00
b86e131c57 Rewording in README.md 2018-03-03 17:11:49 +02:00
831066d754 Rewording in README.md 2018-03-03 17:09:04 +02:00
d58396a5bf Typos / rewording 2018-03-03 09:29:00 +02:00
12b53d81d7 Minor rewording 2018-03-03 09:21:12 +02:00
2c5711d8c9 Cleanups, some restructuring 2018-03-03 09:08:33 +02:00
fc44525696 Merged bash_completion/readme.txt in README.md 2018-03-03 09:08:33 +02:00
007811c337 Minor rewording 2018-02-20 15:26:40 +02:00
3eae4b37c9 Typos 2018-02-20 13:47:02 +02:00
ee23af0cb9 Disable custom baudrate support at runtime (Linux)
If picocom is compiled *with* custom-baudrate support (USE_CUSTOM_BAUD)
for Linux, then it uses a new set of ioctl's (TCGETS2 vs TCGETS, etc) to
access the serial ports. This patch allows the custom baudrate support
to be disabled at runtime (without recompiling), and picocom to switch
to using the old ioctl's.

To disable custom baudrate support (and switch back to the "old" ioctls)
simply define the environment variable NO_CUSTOM_BAUD, before starting
picocom.

This applies only to Linux and, obviously, only when picocom has been
compiled with custom baudrate support (USE_CUSTOM_BAUD).
2018-02-20 10:29:45 +02:00
a2899a676c Rewording 2018-01-20 23:17:10 +02:00
7eac76f27b Minor rewording 2018-01-20 20:29:19 +02:00
8b33ed33d6 Minor rewording 2018-01-20 20:18:31 +02:00
1568233e0b Fix broken Markdown headings 2017-04-16 16:45:50 -03: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
13dffed5b2 Fixed some minor spelling mistakes in README 2016-06-17 10:40:29 -07:00
3326701ff4 Updated README.md: Typos and wording. 2015-08-29 23:00:43 +03:00
35a94c1663 Updated README.md: Typos, re-wording, formatting. 2015-08-29 21:06:36 +03:00
261041b7ea Updated README.md: Formatting changes. 2015-08-29 18:06:00 +03:00
194ae7c8ce Updated README.md: Terminal server section + some formatting changes
Describe a possible setup of picocom as a very-simple very low-tech
terminal (console) server.
2015-08-29 18:00:52 +03:00
8e9cf33cc2 Updated README.md: Use GNU Make or compatible. 2015-08-26 23:17:42 +03:00
ace77cfd15 Update README.md: Say "make clean" after editing Makefile. 2015-08-22 16:53:55 +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
714b782152 Updated README.md. More typos fixed. 2015-08-17 21:31:06 +03:00
4b6bb125ee Updated README.md. Fixed typo. 2015-08-17 20:42:44 +03:00
3b2813f02f Updated README. Added "Using picocom" section. 2015-08-17 20:37:30 +03:00
f9b863a4d4 Added a few lines about Compilation and Installation. 2015-08-10 01:45:46 +03:00
b6b4e737eb Update README.md 2015-08-07 03:37:56 +03:00
4671e7cdb4 Updated README.md 2015-08-07 03:36:19 +03:00
b11c503489 Updated README.md 2015-08-07 03:33:49 +03:00
101a96e554 Updated README 2015-08-07 03:30:20 +03:00