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

5 Commits

Author SHA1 Message Date
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
36b1dea5b2 Minor rewording / update 2018-01-18 10:31:14 +02:00
b601136f56 stripped trailing whitespace 2016-12-16 10:29:20 +01:00
cfa943dfe2 Linux and custom serial-port baudrates (the gory details) 2015-08-20 13:55:21 +03:00