tio

A serial device I/O tool

OTHER License

Downloads
11
Stars
1.8K
Committers
50
tio - Go TTY v1.0

Published by lundmar about 10 years ago

Changes since Go TTY v0.9:

  • Fixed distribution tarball

    Fixed missing header files and man page in distribution tarball.

tio - Go TTY v0.9

Published by lundmar about 10 years ago

Changes since Go TTY v0.8:

  • Updated README
tio - Go TTY v0.8

Published by lundmar about 10 years ago

Changes since Go TTY v0.7:

  • Eliminated first time connect delay

    Rearranged timeout handling so that the first time connect delay is
    eliminated.

tio - Go TTY v0.7

Published by lundmar about 10 years ago

Changes since Go TTY v0.6:

  • Changed quit key sequence to ctrl-g + q

    Changed the quit key sequence from ctrl-g + ctrl-q to ctrl-g + q as the
    latter is simpler and considered more conventional.

  • Updated man page

tio - Go TTY v0.6

Published by lundmar about 10 years ago

Changes since Go TTY v0.5:

  • Added timestamp to gotty prompt
tio - Go TTY v0.5

Published by lundmar about 10 years ago

Changes since Go TTY v0.4:

  • Updated MAN and README page
  • Various cleanup
tio - Go TTY v0.4

Published by lundmar about 10 years ago

Changes since Go TTY v0.3:

  • Fixed disconnect output

    In certain cases the disconnect message would eat a line of output from
    the tty device (if any). This is now fixed.

  • Renamed stdio to new_stdout

    Since it is actually only stdout we configure.

tio - Go TTY v0.3

Published by lundmar about 10 years ago

Changes since Go TTY v0.2:

  • Improved Connected / Disconnected output
  • Improved error output
tio - Go TTY v0.2

Published by lundmar about 10 years ago

Changes since Go TTY v0.1:

  • Fixed not being able to quit

    When gotty was waiting for a device to appear it was impossible to quit
    using the ctrl-g ctrl-q sequence. This is now fixed.

tio - Go TTY v0.1

Published by lundmar about 10 years ago

This is the first release of Go TTY - the really simple TTY terminal application.

See README for details.