tio/man
Martin Lund 6d77201ba0 Simplify lua line manipulation API
Collapses lua high(), low(), toggle(), config_high(), config_low(),
config_apply() into one simple function:

set{<line>=<state>, ...}

Line can be any of DTR, RTS, CTS, DSR, CD, RI.

State is high, low, or toggle.

Example:
script = set{DTR=high, RTS=low}; msleep(100); set{DTR=low, RTS=high}; msleep(100); set{RTS=low}

Notice the use of {} instad of () when calling the set function. This is
required to pass parameters by name in lua.
2024-04-29 15:20:53 +02:00
..
meson.build Meson cleanup 2022-02-13 11:07:51 +01:00
tio.1.in Simplify lua line manipulation API 2024-04-29 15:20:53 +02:00
tio.1.txt Add new ways to manage serial devices 2024-04-26 22:19:22 +02:00