J
John Larkin
Guest
On Tue, 19 Feb 2008 18:37:40 -0800 (PST), Winfield
<winfieldhill@yahoo.com> wrote:
We did one test system that used a DOS pc, with an ebay RS-232 to GPIB
converter talking to a vintage HP 5370 time-interval counter, all
programmed in PowerBasic. Somehow it works.
Incidentally, the Console Compiler (Windows) version of PowerBasic is
very slick. I coded about 1400 lines of inventory-control database
stuff this weekend, and it works great... compiles to a 50K EXE and
runs blinding fast. Now when you look at the inventory record for a
part, you can hit a key and launch an Explorer window that includes
datasheets, pics, notes, browser links, whatever, about that part.
John
<winfieldhill@yahoo.com> wrote:
Rich Webb wrote:
robb wrote:
That is something like the Prologix USB to GPIB
convertor/controller ?
Is this a USB/GPIB IC chip and connectors or is
there more to it?
AFAIK, there is no single-chip "USB/GPIB" solution.
http://prologix.googlepages.com/gpibusb.jpg/gpibusb-full.jpg
is a picture of one available (and relatively inexpensive)
approach.
Sparkfun carries the newer, 4.2 version; I've use the bare-board
rev 3 (the one pictured) with success for some automated lab\
test equipment.
The Prologix adapters are unique, in that they use
standard serial-port communication from the computer
(USB-to-serial) and add a serial-to-GPIB (IEEE-488)
interface with a microprocessor. This means you
write standard serial-port programs to communicate
with your GPIB device, without using GPIB drivers.
For example, you can use raw PowerBasic or whatever.
The Prologix adapters are also inexpensive, the new
4.2 model comes in a nice box for $150.
http://prologix.googlepages.com/
We did one test system that used a DOS pc, with an ebay RS-232 to GPIB
converter talking to a vintage HP 5370 time-interval counter, all
programmed in PowerBasic. Somehow it works.
Incidentally, the Console Compiler (Windows) version of PowerBasic is
very slick. I coded about 1400 lines of inventory-control database
stuff this weekend, and it works great... compiles to a 50K EXE and
runs blinding fast. Now when you look at the inventory record for a
part, you can hit a key and launch an Explorer window that includes
datasheets, pics, notes, browser links, whatever, about that part.
John