Usage
tio /dev/ttyUSB0 tio -b 115200 /dev/ttyUSB0 # 115200 is the default baud rate
Installing Tio
Using the release tar method:
mkdir ~/.src cd ~/.src wget https://github.com/tio/tio/releases/download/v1.20/tio-1.20.tar.xz tar -avxf tio-1.20.tar.xz cd tio-1.20/ ./configure make && make install
Using the source source method:
sudo apt-get install autoconf mkdir ~/.src cd ~/.src git clone https://github.com/tio/tio.git cd tio sh autogen.sh ./configure make && make install
Example Usage
# tio -b 115200 /dev/ttyUSB0 [tio 16:53:30] tio v1.20 [tio 16:53:30] Press ctrl-t q to quit [tio 16:53:30] Connected > some serial text
Exiting
To exit tio:
ctrl-t q
Other references
- https://omnia.oeey.com/Linux/tio
- https://askubuntu.com/questions/40959/how-do-i-connect-to-tty-com-dev-ttyusb0/40970
- https://software.intel.com/en-us/setting-up-serial-terminal-on-system-with-linux
- https://embeddedfreak.wordpress.com/2008/08/12/using-gnu-screen-to-debug-your-serial-port/
No comments:
Post a Comment
Please be respectful.