Package bitfling :: Module client :: Class client
[show private | hide private]
[frames | no frames]

Class client


A BitFling client
Method Summary
  __init__(self, username, password, host, port, certverifier)
The URL should include username and password if any
  deviceclose(self, handle)
  deviceopen(self, port, baud, timeout, hardwareflow, softwareflow)
  deviceread(self, handle, numchars)
  devicereadsome(self, handle, numchars)
  devicereaduntil(self, handle, char, numfailures)
  devicesendatcommand(self, handle, atcommand, ignoreerror)
  devicesetbaudrate(self, handle, rate)
  devicesetdtr(self, handle, dtr)
  devicesetrts(self, handle, rts)
  devicewrite(self, handle, data)
  devicewritethenreaduntil(self, handle, data, char, numfailures)
  getversion(self)
  scan(self)

Method Details

__init__(self, username, password, host, port, certverifier=None)
(Constructor)

The URL should include username and password if any

Generated by Epydoc 2.1 on Fri Aug 15 18:58:32 2008 http://epydoc.sf.net