Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: tools/telemetry/third_party/pyserial/README.chromium

Issue 75803002: [telemetry] Add Monsoon protocol library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move import so that we don't attempt to do it if we're not going to use it. Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/pyserial/README.chromium
diff --git a/tools/telemetry/third_party/pyserial/README.chromium b/tools/telemetry/third_party/pyserial/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..3137a78e87c2d3e9ade30b78c8c2b92aabc07e33
--- /dev/null
+++ b/tools/telemetry/third_party/pyserial/README.chromium
@@ -0,0 +1,18 @@
+Name: pySerial
+Short Name: pySerial
+URL: http://pyserial.sourceforge.net/
+Version: 2.7
+Date: 2013-10-17
+License: Python
+License File: LICENSE.txt
+Security Critical: no
+
+Description:
+Library for Python access for the serial port. Used for communication with
+a Monsoon device, which tunnels serial over USB.
+
+Local Modifications:
+Includes only the serial/ folder and LICENSE.txt.
+Packaging and setup files have not been copied downstream.
+All other files and folders (documentation/, examples/, test/)
+have not been copied downstream.
« no previous file with comments | « tools/telemetry/third_party/pyserial/LICENSE.txt ('k') | tools/telemetry/third_party/pyserial/serial/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698