Difference between revisions of "Galvant GPIBUSB"

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


* [http://ww1.microchip.com/downloads/en/devicedoc/39631a.pdf Microchip PIC18F4250] microcontroller
* [http://ww1.microchip.com/downloads/en/devicedoc/39631a.pdf Microchip PIC18F4250] microcontroller
* [http://www.ftdichip.com/Products/ICs/FT245R.htm FTDI FT245R] USB-serial interface chip
* [http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT230X.pdf FTDI FT230X] USB-serial interface chip
* [SN75160B] GPIB interface driver
* [http://www.ti.com/lit/ds/symlink/sn75160b.pdf SN75160B] GPIB interface driver
* [SN75162B] GPIB interface driver
* [http://www.ti.com/lit/ds/slls005b/slls005b.pdf SN75162B] GPIB interface driver




Line 25: Line 25:
== Resources ==
== Resources ==


* [http://Vendor FAQ]
* [https://github.com/Galvant/gpibusb-documentation Vendor documentation]
* [http://Vendor resources] (hardware (KiCad) and software 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 )


[[Category:Device]]
[[Category:Device]]
[[Category:GPIB interface]]
[[Category:GPIB interface]]
[[Category:Planned]]
[[Category:Planned]]

Revision as of 05:35, 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