Skip to main content
AKhar.5
Associate
April 18, 2023
Question

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

  • April 18, 2023
  • 1 reply
  • 2916 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

Tesla DeLorean
Guru
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?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Peter BENSCH
ST Technical Moderator
April 18, 2023

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

Good luck

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
DiBosco
Senior
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)