Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
webiopi.devices.serial.Serial Class Reference
Inheritance diagram for webiopi.devices.serial.Serial:
webiopi.devices.bus.Bus

Public Member Functions

def __init__
 
def __str__
 
def __family__
 
def available
 
def readString
 
def writeString
 
- Public Member Functions inherited from webiopi.devices.bus.Bus
def __init__
 
def open
 
def close
 
def read
 
def readBytes
 
def readByte
 
def write
 
def writeBytes
 
def writeByte
 

Public Attributes

 baudrate
 
- Public Attributes inherited from webiopi.devices.bus.Bus
 busName
 
 device
 
 flag
 
 fd
 

Detailed Description

Definition at line 26 of file serial.py.

Constructor & Destructor Documentation

def webiopi.devices.serial.Serial.__init__ (   self,
  device = "/dev/ttyAMA0",
  baudrate = 9600 
)

Definition at line 27 of file serial.py.

Member Function Documentation

def webiopi.devices.serial.Serial.__family__ (   self)

Definition at line 71 of file serial.py.

def webiopi.devices.serial.Serial.__str__ (   self)
def webiopi.devices.serial.Serial.available (   self)
def webiopi.devices.serial.Serial.readString (   self)
def webiopi.devices.serial.Serial.writeString (   self,
  data 
)

Definition at line 86 of file serial.py.

References webiopi.devices.bus.Bus.write(), and webiopi.clients.DAC.write().

Member Data Documentation

webiopi.devices.serial.Serial.baudrate

Definition at line 37 of file serial.py.

Referenced by webiopi.devices.serial.Serial.__str__().


The documentation for this class was generated from the following file: