Skip to main content
Visitor II
April 18, 2023
Question

IEEE-488 (General purpose interface bus / GPIB) implementation

  • April 18, 2023
  • 1 reply
  • 2904 views

Hello,

I would like to implement IEEE-488. on stm32.

In order to connect send commands and download data from old digital equipment.

Does someone familiar with GPIB library code implementation?

    This topic has been closed for replies.

    1 reply

    Graduate II
    April 18, 2023

    I think there are commercial products that do this.

    Perhaps pick a protocol you're familiar with, or you can read/interpret the specification for, as your initial task.

    Check GitHub and the wider internet for projects of this nature, on the STM32, and similar MCU, that you might be able to port, or at least get some understanding or perspective from?

    Technical Moderator
    April 18, 2023

    ...i.e. this implementation for GPIB running on STM32.

    Good luck

    /Peter

    Graduate II
    April 8, 2024

    Hey Peter,

    Am assuming you are the same Peter Bensch I used to work with back in the naughties. If so, hello! :)

    I've been looking at this software as I need to implement a GPIB device and documentation is sketchy to say the least. This is some weird code, it has an include file for a PIC and some of the functions it calls don't exist. Do you  know anything about it, or is it just something you found on a Google search?

    Cheers!

    Rob (from Manchester)