summaryrefslogtreecommitdiff
path: root/documentation/examples.rst
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-25 22:06:38 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-08-25 22:06:38 +0000
commitfe4578fc7f96ecf31fbc614ecb9ea432036f1661 (patch)
treeeb3127b5665e810b8353fd187dd29d3366ddf5e7 /documentation/examples.rst
parent8f4f4836d11ef37e9071bc551faa69ad5c3f327f (diff)
downloadpyserial-fe4578fc7f96ecf31fbc614ecb9ea432036f1661.tar.gz
doc update (serial.tools), links to standard library now go to docs.python.org
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@433 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'documentation/examples.rst')
-rw-r--r--documentation/examples.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/documentation/examples.rst b/documentation/examples.rst
index 6f0fcf0..39f238c 100644
--- a/documentation/examples.rst
+++ b/documentation/examples.rst
@@ -300,27 +300,6 @@ enhancedserial.py_
.. _enhancedserial.py: http://pyserial.svn.sourceforge.net/viewvc/*checkout*/pyserial/trunk/pyserial/examples/enhancedserial.py
-Finding serial ports
-====================
-scan.py_
- A simple loop that probes serial ports by number.
-
-scanlinux.py_
- A Linux only version looking at the entries in ``/dev``. It works best with
- on systems with devfs or udev that only create those entries that represent
- devices. On older installations a lot of pre-created device files are found
- and an additional open check should be added to ensure that the device is
- real.
-
-scanwin32.py_
- A Windows only version that returns a list of serial ports with information
- from the registry.
-
-.. _scan.py: http://pyserial.svn.sourceforge.net/viewvc/*checkout*/pyserial/trunk/pyserial/examples/scan.py
-.. _scanlinux.py: http://pyserial.svn.sourceforge.net/viewvc/*checkout*/pyserial/trunk/pyserial/examples/scanlinux.py
-.. _scanwin32.py: http://pyserial.svn.sourceforge.net/viewvc/*checkout*/pyserial/trunk/pyserial/examples/scanwin32.py
-
-
Unit tests
==========
The project uses a number of unit test to verify the functionality. They all