mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / Stripchart.mdwn
1 [[!meta  title="Stripchart"]]
2 [[!meta  date="2008-07-08 17:03:08"]]
3 [[!template id=gitrepo repo=stripchart]]
4
5 I was trying to troubleshoot the feedback loop on our NanoScope today,
6 and when I went to fire up my [[Comedi]]-driven stripcharts monitoring
7 some lines in the DB-25 cable connecting the [[MultiMode]] to the
8 Nanoscope, I got a bunch of weird errors (errnos 11 and 29).  I
9 tracked them down to some of the Xlib function calls in my stripchart
10 code (yes, I wrote my own stripchart code, so sue me), which I don't
11 understand, since I can't find any reference to Xlib functions setting
12 errnos.
13
14 Anyhow, I've patched up my source to gleefully ignore any Xlib errno
15 settings, and things seem to be back up and running now.  Feel free to
16 give my stripchart code a whirl, since I quite enjoy it :p.
17
18 [[!tag tags/programming]]