]> rtime.felk.cvut.cz Git - sojka/sterm.git/log
sojka/sterm.git
8 years agoUpdate changelog for 20150821 release 20150821
Michal Sojka [Wed, 12 Aug 2015 10:52:38 +0000 (12:52 +0200)]
Update changelog for 20150821 release

8 years agoAllow specifying DTR/RTS pulse length
Michal Sojka [Wed, 12 Aug 2015 10:47:12 +0000 (12:47 +0200)]
Allow specifying DTR/RTS pulse length

9 years agoFix Makefile to work on Ubuntu Precise
Michal Sojka [Tue, 3 Feb 2015 14:46:21 +0000 (15:46 +0100)]
Fix Makefile to work on Ubuntu Precise

9 years agoUpdate changelog for 20150127a release 20150127a
Michal Sojka [Tue, 27 Jan 2015 10:12:23 +0000 (11:12 +0100)]
Update changelog for 20150127a release

9 years agoFix disabling of flow control
Michal Sojka [Tue, 27 Jan 2015 10:05:56 +0000 (11:05 +0100)]
Fix disabling of flow control

9 years agoUpdate changelog for 20150127 release 20150127
Michal Sojka [Tue, 27 Jan 2015 09:35:08 +0000 (10:35 +0100)]
Update changelog for 20150127 release

9 years agoAdd configuration for Debian's git-buildpackage
Michal Sojka [Tue, 27 Jan 2015 09:33:56 +0000 (10:33 +0100)]
Add configuration for Debian's git-buildpackage

9 years agoDisable flow control
Michal Sojka [Tue, 27 Jan 2015 09:29:55 +0000 (10:29 +0100)]
Disable flow control

RTS/CTS lines may be used for something else than flow control so disable
it. If it turns out that we need it for some hardware, we will add an
command line option to enable it.

9 years agoNever block when opening the port
Michal Sojka [Tue, 27 Jan 2015 09:19:22 +0000 (10:19 +0100)]
Never block when opening the port

Whether blocking happens depends on the value of CDC signal and previously
set CLOCAL settings. Since we cannot influence CLOCAL settings before
opening the port, we have to use O_NONBLOCK.

9 years agoFix escape sequence handling
Michal Sojka [Tue, 2 Dec 2014 14:35:44 +0000 (15:35 +0100)]
Fix escape sequence handling

9 years agoDebian release 20140723
Michal Sojka [Wed, 23 Jul 2014 16:50:23 +0000 (18:50 +0200)]
Debian release

9 years agoUse liblockdev to lock the tty device
Michal Sojka [Wed, 23 Jul 2014 16:49:03 +0000 (18:49 +0200)]
Use liblockdev to lock the tty device

This is simpler and it should also be compatible with systemd initiated
change of /var/lock permissions. See
http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html

9 years agoAdd Debian packaging 20140708
Michal Sojka [Tue, 8 Jul 2014 11:15:47 +0000 (13:15 +0200)]
Add Debian packaging

9 years agoAdd simple Makefile
Michal Sojka [Tue, 8 Jul 2014 11:02:29 +0000 (13:02 +0200)]
Add simple Makefile

9 years agoMore messages in verbose mode
Michal Sojka [Tue, 8 Jul 2014 10:31:46 +0000 (12:31 +0200)]
More messages in verbose mode

9 years agoImprove documentation
Michal Sojka [Tue, 8 Jul 2014 10:14:32 +0000 (12:14 +0200)]
Improve documentation

9 years agoAdd scape sequence and an option to ignore it
Michal Sojka [Tue, 8 Jul 2014 10:14:23 +0000 (12:14 +0200)]
Add scape sequence and an option to ignore it

Ignoring is useful for transfering binary files.

9 years agosterm: Detect stale lock files
Michal Sojka [Wed, 5 Feb 2014 17:23:23 +0000 (18:23 +0100)]
sterm: Detect stale lock files

9 years agosterm: Minor updates
Michal Sojka [Tue, 4 Feb 2014 15:48:00 +0000 (16:48 +0100)]
sterm: Minor updates

9 years agoAdd simple serial line terminal
Michal Sojka [Mon, 3 Feb 2014 17:45:44 +0000 (18:45 +0100)]
Add simple serial line terminal