-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tbird20d/grabserial
Merge with 1.8.1 fixes (some LICENSE fixes)
- Loading branch information
Showing
3 changed files
with
8 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ | |
# Copyright 2006,2016 Sony Corporation | ||
# | ||
# This program is provided under the Gnu General Public License (GPL) | ||
# version 2 ONLY. | ||
# version 2 ONLY. This program is distributed WITHOUT ANY WARRANTY. | ||
# See the LICENSE file, which should have accompanied this program, | ||
# for the text of the license. | ||
# | ||
# 2016-05-10 by Tim Bird <[email protected]> | ||
# 2006-09-07 by Tim Bird | ||
|
@@ -21,6 +23,8 @@ | |
# as they would be passed using the standalone program. e.g. | ||
# grabserial.grab(None, ["-d", "/dev/ttyUSB0", "-v"]) | ||
# output from the serial port (with timing data) is sent to outputfd | ||
# 2015.04.23 - Version 1.8.1 - remove instructions for applying LICENSE text | ||
# to new files, and add no-warranty language to grabserial. | ||
# 2015.03.10 - Version 1.8.0 - add -o option for saving output to a file | ||
# add -T option for absolute times. Both contributed by ramaxlo | ||
# 2015.03.10 - Version 1.7.1 - add line feed to instantpat result line | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
import os | ||
from setuptools import setup | ||
|
||
VERSION = '1.8.0' | ||
VERSION = '1.9.1' | ||
|
||
setup( | ||
name='grabserial', | ||
|