Difference between revisions of "Galvant GPIBUSB"
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/ | * [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 == | ||
* [ | * [https://github.com/Galvant/gpibusb-documentation Vendor documentation] | ||
* [ | * [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 04:35, 26 October 2014
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
- Microchip PIC18F4250 microcontroller
- FTDI FT230X USB-serial interface chip
- SN75160B GPIB interface driver
- SN75162B GPIB interface driver
Photos
- Galvant-GPIBUSB.jpg
PCB, top
Protocol
It's a custom protocol over a virtual serial port (FTDI FT230X), described in the [ manual].
Resources
- Vendor documentation
- hardware resources OSHW (KiCad) design on github
- firmware resources (sources on github, GNU Affero license )