2023-04-18 08:07 AM
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?
2023-04-18 09:01 AM
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?
2023-04-18 01:41 PM
...i.e. this implementation for GPIB running on STM32.
Good luck
/Peter
2024-04-08 09:04 AM - edited 2024-04-08 09:07 AM
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)
2024-04-08 10:44 AM
Sort thing I'd expect to find on Hack-a-Day
Used in a lot of T&M equipment, swear Commodore used a variant in the early 1980's. Sorry more of a SASI/SCSI bus guy myself, from Portsmouth.
https://github.com/topics/ieee488