Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
AR488 GP-IB boards with bluetooth
On 3/21/24 05:03, tom_iphi via groups.io wrote:
I'm using the homebrew Arduino AR488 adapters on all of my GPIB instruments.I'm familiar with KiCAD, pcb-rnd, gschem, sch-rnd tools and am thinking of making a pcb with: integral USB connector, arduino 32u4 and mega 2560, ieee-488 connector, bluetooth HC05. Anyone else interested? Does one already exist for sale? |
John, Heck, yeah! Count me in!! I'm a fan of KiCAD, so if all?things equal etc., I'd favor that option. Radu.? On Thu, Mar 21, 2024 at 9:29?AM John Griessen via <john=[email protected]> wrote: On 3/21/24 05:03, tom_iphi via wrote: |
Hi folks,
no need to invent the wheel a second time. I have uploaded several variants as KiCAD projects (KiCAD5!) and some additional information to this folder: /g/HP-Agilent-Keysight-equipment/files/AR488%20GPIB%20Adapter%20Info The zip package contains two programs: Redirector.exe This software can be used to redirect a device on interface A (NI VISA if installed, COM Port, TCP) to an interface B (another COM Port, TCP, Terminal, KE5FX GPIB Toolbox, Voice output...). Very useful, particularly when working with many COM ports as these can be filtered and Bluetooth names can be displayed. Porttest.exe Sends out random data to one COM Port and compares it to incoming data on another COM Port. I wrote this to test HC-05 Bluetooth modules. Recently, I bought a batch that wouldn't properly work at 115.2kBaud. It would drop data packets. Have fun! Tom DG8SAQ |
On 3/21/24 11:21, tom_iphi via groups.io wrote:
no need to invent the wheel a second time.That's great! Who all wants to order boards? Radu? I'll be wanting 8. I'll probably kit the parts also, ordered with digikey's free shipping prepaid option, unless speed is required. This is back burner for me... -- John Griessen |
On 3/21/24 11:21, tom_iphi via groups.io wrote:
Redirector.exeIs the source available? I'm wanting to stay linux/python based for this kind of thing. -- John Griessen |
Hi Marcus,
as the AR488 is basically compatible with the Prologix adapter, it "should" directly work with the KE5FX toolbox without additional tools. And I had versions that did just this. There are a few "BUTs": - Some Arduino virtual COM ports are picky about handshake (e.g. Leonardo ProMicro USB CDC port, which requires hardware handshake for some obscure reason). The KE5FX tools do not allow to modify the serial port handshake properties (at least I haven't found them). The redirector can solve this by connecting to the AR488 via configurable COM port protocol and to the KE5FX tools via TCP. - Opening a virtual Bluetooth COM port can take quite some time. The KE5FX tools appear to get hickups if the adapter takes too long to open. The KE5FX tools open and close the interface at every transaction, so rather frequently. Also here the redirector can help as it can keep the Bluetooth connection open at all times and the KE5FX can open and close the other end in nearly zero time. - If you have say 10 virtual Bluetooth COM ports showing in the KE5FX GPIB configurator, try to figure out which one belongs to the instrument that you want to control. The redirector also shows the Bluetooth identifier. So, I even use the redirector in cases where it isn't needed technically just for this convenience. To make things even more convenient, I have added a means so the KE5FX tools can be directly opened from within the redirector. I'm a great fan of the KE5FX toolbox. This is a wonderful software package. I use it a lot. Btw, I am sure, these little issues could also be fixed directly in the KE5FX code which is publicly available as far as I know. For me it was easier to fix this with a separate piece of software as I only have little experience with coding in C. I live in the Pascal world (tribute to Nikolaus Wirth R.I.P.). Tom |
to navigate to use esc to dismiss