tio
tio copied to clipboard
A serial device I/O tool
Now that tio has been in use here for around 18 months, first of all, thank you very much for tio. :) In what I'm going to call 'normal' use...
Building off of https://github.com/tio/tio/issues/153 / https://github.com/tio/tio/pull/154, for microcontroller usage it would be quite convenient to have a command line flag that pulses a serial line (DTR in my case) when...
I'm running Tio version: v2.7, installed from the non-git package on the AUR using YAY. At the time of writing this I have the latest kernel for Arch Linux (6.5.8-arch1-1)...
Connecting to UNIX sockets comes in be handy with QEMU, for example. Like when you have a bunch of VMs and want to connect to a serial console: ``` $...
CoolTerm http://www.coolterm.org supports two terminal modes: "Raw Mode" and "Line Mode". Line mode support command history, but enter command in separate field. In line mode it send command only when...
It would be nice if tio could run external programs, connecting its stdin/stdout to the port. This is mainly for sending and receiving files with sz/rz/etc.
I'm playing around with OBIS protocol devices and they require a request string which contains characters that are easier to send in Hex mode (i.e. CR;LF or \x06) but the...
add macos workflow
The DEC Special Graphics charset is activated by sending a Shift In character (`\016`) and causes most terminal emulators to replace lower case characters with line drawing characters. With serial...
I use socat to transfer file to my tty device by tio unix socket The performance of the current code base is as below: ``` $ pv ./myfile.bin | socat...