log usb488.py @ 60:4558e5ccd775

age author description
2021-01-08 Daniel O'Connor Honour timeout passed into ask()
2021-01-08 Daniel O'Connor Change default timeout to 500msec
2021-01-08 Daniel O'Connor Fix for Python 3
2021-01-08 Daniel O'Connor Make it more tolerant if we can't read strings.
2020-12-08 Daniel O'Connor Run through 2to3
2020-12-08 Daniel O'Connor Use BaseException rather than strings.
2011-08-11 Daniel O'Connor Redo timeout in a more sensible way (also change it to 100ms)
2009-05-16 Daniel O'Connor This code isn't scope specific.
2009-05-16 Daniel O'Connor Add a method to determine if the device is still connected.
2009-05-16 Daniel O'Connor Use short form of handle which looks nicer..
2009-05-16 Daniel O'Connor Fix comment mangle.
2009-05-16 Daniel O'Connor Save handle after using it, makes the code look nicer.
2009-05-16 Daniel O'Connor Add 2 clause BSDL.
2009-05-13 Daniel O'Connor Add variable timeout for reads.
2009-05-13 Daniel O'Connor Remove vend/prod ID for CRO, not needed since we do an interface search.
2009-05-13 Daniel O'Connor Add example.py with pylab plotting example.
2009-05-13 Daniel O'Connor Rip out procedural interface and use the OO one.
2009-05-13 Daniel O'Connor Make the read support work properly & check what the device gives us.
2009-05-13 Daniel O'Connor First stab at code that actually works!