Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33060
| Subject | Re: problem with module PyVisa |
|---|---|
| From | wrw@mac.com |
| Date | 2012-11-09 16:14 -0500 |
| References | <2f065a8d-5cf6-455f-b559-d1b78d225fca@10g2000vbu.googlegroups.com> <mailman.3500.1352479201.27098.python-list@python.org> <2325633a-640c-42f6-b8e7-930e475b7217@c20g2000vbz.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3522.1352499267.27098.python-list@python.org> (permalink) |
On Nov 9, 2012, at 3:43 PM, Jean Dubois <jeandubois314@gmail.com> wrote: > > The error may be obvious but finding this file and how to install it > is not unfortunately. > It seems I have to install it from the National Instruments site but > Debian Linux doesn't seem to be supported... > and I doubt whether just copying this file will be sufficient to make > PyVisa work. > I wonder whether there might be another way to communicate via USB > with a Keithley programmable power supply using Python. > > best regards, > Jean > > > > -- > http://mail.python.org/mailman/listinfo/python-list I've been using pyserial quite successfully to control a USB-to-serial converter. That is, controlling a couple of RS232 serial devices via the USB port through a KeySpan USB-to-Serial converter. Pyserial seems to make communication through the USB port quite transparent, at least on my OS-X system. -Bill
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[newbie] problem with module PyVisa Jean Dubois <jeandubois314@gmail.com> - 2012-11-09 08:19 -0800
Re: [newbie] problem with module PyVisa Rodrick Brown <rodrick.brown@gmail.com> - 2012-11-09 11:39 -0500
Re: problem with module PyVisa Jean Dubois <jeandubois314@gmail.com> - 2012-11-09 12:43 -0800
RE: problem with module PyVisa "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-11-09 21:16 +0000
Re: problem with module PyVisa wrw@mac.com - 2012-11-09 16:14 -0500
Re: problem with module PyVisa Jean Dubois <jeandubois314@gmail.com> - 2012-11-11 11:30 -0800
Re: problem with module PyVisa Jean Dubois <jeandubois314@gmail.com> - 2012-11-20 05:28 -0800
csiph-web