Added reset_buffer()

This commit is contained in:
Davis C 2024-04-17 09:21:20 -05:00 committed by Martin Lund
parent 98653566a8
commit 794c5202f4
3 changed files with 14 additions and 0 deletions

View file

@ -265,6 +265,9 @@ In addition to the Lua API tio makes the following functions available:
help to make the lines physically switch as simultaneously as possible.
This may solve timing issues on some platforms.
reset_buffer()
Flush the internal ring buffer.
Note: Line can be any of DTR, RTS, CTS, DSR, CD, RI
```