Replies: 6 comments 3 replies
-
First, thanks for this project. I've been following this for a long time, impressive work with the latest speedups. Currently waiting on parts for building some adapters of the rev2 HW. I've built seven rev1 HW. Ethernet: USB USB/Ethernet priority GPIB Overkill Connector placement: |
Beta Was this translation helpful? Give feedback.
-
Hi usb daisy chaining Overkill Small point. Rename TestandMeasurement to avoid confusion with original unmodded code. Connector Placement Flash Drive |
Beta Was this translation helpful? Give feedback.
-
OK that might help as a starting point. |
Beta Was this translation helpful? Give feedback.
-
Just thinking aloud here. For example, I have a Philips PM3070 oscilloscope which has a serial port, but not gpib. It does not have a adc to digitize analog signals. The control instruction set looks like gpib instructions. If the adapter converted serial to gpib, then visa could be used to control the PM3070 as if it was gpib. Same for serial pen recorders. All that I might propose is a hardware version that allowed individuals to modify the adapter software themselves to do the conversion in the adapter. I am not proposing that you write the software because the number of people, like me, who have equipment controlled with a serial port would likely be small. My thoughts are that the usb-gpib adapter should remain agnostic to the connected PC or test equipment. |
Beta Was this translation helpful? Give feedback.
-
I had that uart support also shortly in mind but dumped that idea again. Many configuration options would need to be exposed. I can foresee in hw design to make uart with hw handshake and supply on pins available for potential extensions. |
Beta Was this translation helpful? Give feedback.
-
Hi again! I wanted to share some updates on the project:
That said, I’ve decided to pause work on a new variant of this adapter for now. Investing significant time into development, testing, bug-fixing, supporting users, explaining how to control the device with VISA, and more has been rewarding but also demanding. And a new "state of the art" version will double this effort. While I hope to revisit this new project when I have more bandwidth, for now, I’ve decided it’s best to put it on hold. Maintenance for the current USBGpib REV 1 and REV 2 will, of course, continue as is. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi!
As you might have noticed, I am busy with a new HW and SW variant. So far I made a development PCB with it (quite huge, but will be scaled down) and already got the basics of USBTMC running. Some pictures are here: #31 (comment)
That new adapter should address:
However, I have so many ideas and would like to get your feedback of what you would like to see in terms of functionality on SW, but also on the HW design itself.
For now I plan to make a HW which is similar to the REV2 of the adapter. One side will get an Ethernet Jack, the other side a USB jack.
Below a list of items... Would value feedback or an extension with your ideas, such that I can consider them early. We have a green field to start sth. new :-)
Best regards,
Kai
Ethernet:
USB
The host port on the adapter would run in full speed (12MBps) mode only. Is the effort worth to do this?
Priority on USB vs. Ethernet
GPIB side
overkill?!
E.g. when you have a digital multimeter a web interface could show the current value and have a button like interface to switch modes, ... During covid times such interfaces were great to remotely control your lab setup remotely and only modern instruments had it. But: This requires support from instrument owners for creation of the "web control plugins". Not sure if this would fire at the end, but it would be super cool.
In easiest case it would already also be a great help to just get a "download screenshot" button.
Any feedback is highly appreciated :-)
Beta Was this translation helpful? Give feedback.
All reactions