File: parallel.rst

package info (click to toggle)
psychopy 2020.2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,056 kB
  • sloc: python: 119,649; javascript: 3,022; makefile: 148; sh: 125; xml: 9
file content (19 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _parallel:

:mod:`psychopy.parallel` - functions for interacting with the parallel port
=================================================================================

.. automodule:: psychopy.parallel
    :members: ParallelPort
    
Legacy functions
~~~~~~~~~~~~~~~~~~~~

We would strongly recommend you use the class above instead: these are provided for backwards compatibility only.

.. automethod:: 
    psychopy.parallel.setPortAddress
    
.. automethod:: psychopy.parallel.setData
.. automethod:: psychopy.parallel.setPin
.. automethod:: psychopy.parallel.readPin