parallel64.constants

parallel64.constants

Constants as enums used for during typical operation of a parrallel port

  • Author(s): Alec Delaney

Module Contents

Classes

Direction

Enum class representing the current direction of the port

CommMode

Enum class representing the various protocols the ECR might

class parallel64.constants.Direction

Bases: enum.Enum

Enum class representing the current direction of the port

Used with parallel64.StandardPort

class parallel64.constants.CommMode

Bases: enum.Enum

Enum class representing the various protocols the ECR might be configureable for (port-dependent). Note that more available modes may be added as this project progresses.

Used with parallel64.ExtendedPort