lp:~stephen-tiedemann/nfcpy/0.10

Created by Stephen Tiedemann and last modified
Get this branch:
bzr branch lp:~stephen-tiedemann/nfcpy/0.10
Only Stephen Tiedemann can upload to this branch. If you are Stephen Tiedemann please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stephen Tiedemann
Project:
nfcpy
Status:
Mature

Recent revisions

254. By Stephen Tiedemann

Fixes an initialization issue when PN532 is connected to serial port on Raspberry Pi

253. By Stephen Tiedemann

Bugfix release 0.10.1

* Issue warning when nfc/clf/pn53x.py is atttempted to be used as a
  driver (since version 0.10 pn53x contains only an abstract base
  class, drivers are in pn531.py/pn532.py/pn533.py).

* Fixed an issue with PN532 deactivation - the chip needs additional
  time after change of serial baudrate before the next command may be
  send.

* Polling libusb if requested timeout is None (forever) may cause
  a missed a response packet if response arrives between two calls
  to bulk read. This would require use of the asynchronous API that
  PyUSB unfortunately does not support. The temporary fix is to use
  some pretty odd value that is less likely to be the same as a chip
  timeout.

252. By Stephen Tiedemann

set nfc module __version__ string to 0.10.0

251. By Stephen Tiedemann

added 0.10.0 relase notes and updates copyright dates

250. By Stephen Tiedemann

removed some unused code left from dev-raspi

249. By Stephen Tiedemann

Tested with Raspbeery Pi and changed how the baudrate is set for the host/chip serial link, including determination of the max possible speed for the host UART (specifically because the RasPi's /dev/ttyAMA0 only works up to 115200 baud compared to 921600 baud with an FTDI).

248. By Stephen Tiedemann

corrected Windows test platform, it's currently Win 7 not 8.1

247. By Stephen Tiedemann

some corrections in documentation

246. By Stephen Tiedemann

need to import os for strerror

245. By Stephen Tiedemann

timeouts must be in seconds

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:nfcpy
This branch contains Public information 
Everyone can see this information.