log usb488.py @ 71:00800345fbae default tip

age author description
Wed, 04 Aug 2021 16:07:44 +0930 Daniel O'Connor Make function more configurable
Tue, 19 Jan 2021 17:17:55 +1030 Daniel O'Connor Add chkcmd helper to execute command check STB to see if it failed.
Tue, 19 Jan 2021 17:13:21 +1030 Daniel O'Connor Perform a dummy write/read after initiateClear and check the event/error queue bit.
Tue, 19 Jan 2021 16:06:29 +1030 Daniel O'Connor Add initiateClear and a few others and use it to clear buffers on setup.
Fri, 08 Jan 2021 14:04:18 +1030 Daniel O'Connor Honour timeout passed into ask()
Fri, 08 Jan 2021 14:04:09 +1030 Daniel O'Connor Change default timeout to 500msec
Fri, 08 Jan 2021 14:03:52 +1030 Daniel O'Connor Fix for Python 3
Fri, 08 Jan 2021 14:01:41 +1030 Daniel O'Connor Make it more tolerant if we can't read strings.
Tue, 08 Dec 2020 14:00:45 +1030 Daniel O'Connor Run through 2to3
Tue, 08 Dec 2020 13:59:05 +1030 Daniel O'Connor Use BaseException rather than strings.
Thu, 11 Aug 2011 21:19:10 +0930 Daniel O'Connor Redo timeout in a more sensible way (also change it to 100ms)
Sat, 16 May 2009 23:34:05 +0930 Daniel O'Connor This code isn't scope specific.
Sat, 16 May 2009 23:33:52 +0930 Daniel O'Connor Add a method to determine if the device is still connected.
Sat, 16 May 2009 23:33:20 +0930 Daniel O'Connor Use short form of handle which looks nicer..
Sat, 16 May 2009 23:32:51 +0930 Daniel O'Connor Fix comment mangle.
Sat, 16 May 2009 23:32:33 +0930 Daniel O'Connor Save handle after using it, makes the code look nicer.
Sat, 16 May 2009 23:31:26 +0930 Daniel O'Connor Add 2 clause BSDL.
Wed, 13 May 2009 17:17:01 +0930 Daniel O'Connor Add variable timeout for reads.
Wed, 13 May 2009 17:09:14 +0930 Daniel O'Connor Remove vend/prod ID for CRO, not needed since we do an interface search.
Wed, 13 May 2009 17:08:41 +0930 Daniel O'Connor Add example.py with pylab plotting example.
Wed, 13 May 2009 15:26:42 +0930 Daniel O'Connor Rip out procedural interface and use the OO one.
Wed, 13 May 2009 15:02:09 +0930 Daniel O'Connor Make the read support work properly & check what the device gives us.
Wed, 13 May 2009 14:44:40 +0930 Daniel O'Connor First stab at code that actually works!