tio/examples/lua
Keith Hill afd82f7ac4 + Add system timestamps to lua read() and new lua read_line() per global options
+ Add missing timestamp-format epoch
+ Update send_ to use fsync and tcdrain like normal tty_sync does
+ Rework read_line to save partial line at timeout
+ Simplified read_line to reduce cyclomatic complexity

+ renamed example files read.lua and read_line.lua
+ moved #define READ_LINE_SIZE to top of file
+ renamed g_linebuf to linebuf, and moved it into read_line as a static variable
2024-11-07 21:45:06 +01:00
..
automatic-linux-login.lua Use lua io.write() instead of print() 2024-04-27 00:48:38 +02:00
control-lines-test.lua Simplify lua line manipulation API 2024-04-29 15:20:53 +02:00
read.lua + Add system timestamps to lua read() and new lua read_line() per global options 2024-11-07 21:45:06 +01:00
read_line.lua + Add system timestamps to lua read() and new lua read_line() per global options 2024-11-07 21:45:06 +01:00
serial-device-search.lua Add new ways to manage serial devices 2024-04-26 22:19:22 +02:00