log

age author description
Wed, 21 Sep 2011 14:56:55 +0930 Daniel O'Connor Handle default port better so passing None in picks the default.
Wed, 21 Sep 2011 14:56:21 +0930 Daniel O'Connor - Handle zero length data from the instrument.
Wed, 21 Sep 2011 14:54:34 +0930 Daniel O'Connor Use "new" style exceptions.
Thu, 25 Aug 2011 16:46:34 +0930 Daniel O'Connor Fix example usage of scpi decoder.
Thu, 11 Aug 2011 21:20:13 +0930 Daniel O'Connor Add a wrapper around vxi_11_connection so it acts like the other classes.
Thu, 11 Aug 2011 21:19:10 +0930 Daniel O'Connor Redo timeout in a more sensible way (also change it to 100ms)
Thu, 11 Aug 2011 21:18:09 +0930 Daniel O'Connor Add SCPI socket class.
Thu, 11 Aug 2011 21:17:42 +0930 Daniel O'Connor Remove the test now it's in a separate file.
Thu, 11 Aug 2011 17:13:55 +0930 Daniel O'Connor Make ascdecode smarter so it can handle Anritsu ASCII.
Thu, 11 Aug 2011 17:11:58 +0930 Daniel O'Connor Copied from
Wed, 10 Aug 2011 15:18:26 +0930 Daniel O'Connor Update examples to match new code.
Wed, 10 Aug 2011 15:17:57 +0930 Daniel O'Connor Work out the header using an RE and scrub it automatically.
Wed, 10 Aug 2011 12:51:07 +0930 Daniel O'Connor Rename examples, rework them to be clearer and use helper functions.
Wed, 10 Aug 2011 12:50:37 +0930 Daniel O'Connor Add helper functions for SCPI.
Wed, 10 Aug 2011 12:49:15 +0930 Daniel O'Connor Add test code and some (not enabled) sequence checking.