Difference between revisions of "Galvant GPIBUSB"

From sigrok
Jump to navigation Jump to search
Line 24: Line 24:


== Resources ==
== Resources ==
 
* [http://galvant.ca/shop/gpibusb/ Vendor description]
* [https://github.com/Galvant/gpibusb-documentation Vendor documentation]
* [https://github.com/Galvant/gpibusb-documentation Vendor user documentation sources]
* [https://github.com/Galvant/gpibusb-pcb hardware resources] OSHW (KiCad) design on github
* [https://github.com/Galvant/gpibusb-pcb hardware resources] OSHW (KiCad) design on github
* [https://github.com/Galvant/gpibusb-firmware firmware resources] (sources on github, GNU Affero license )
* [https://github.com/Galvant/gpibusb-firmware firmware resources] (sources on github, GNU Affero license )

Revision as of 05:36, 26 October 2014

File:Galvant-GPIBUSB.png
Galvant GPIBUSB

The [ Galvant GPIBUSB] is a USB-based, firmware-implemented GPIB interface.

See Galvant GPIBUSB/Info for more details (such as lsusb -v output) about the device.

Hardware


Photos

Protocol

It's a custom protocol over a virtual serial port (FTDI FT230X), described in the [ manual].

Resources