Hopefully I am in the right place for this topic.
I am trying to interface an Arduino through the USB Port of the Keysight E5810B Gateway. Datasheet can be found here: E5810B LAN/GPIB/USB Gateway - User’s Guide | Keysight
I understand that a driver has been created for connecting USBTMC Instruments to the Arduino with Arduino as the Host (GitHub - NaoNaoMe/USBTMC-Host-Driver: USBTMC Host driver).
However I have not yet found information on how to connect an Arduino to a host (i.e. the E5810B Gateway in my case) as a peripheral USBTMC Device, which is what I want to do.
Does anybody have any advice on how to do this? I have tried simply plugging the Arduino in as is into the Gateway. The arduino is powered up by the connection but is not recoginzed by the Gateway as a USBTMC Device and I am not able to query the Arduino via USB (send/recieve serial commands).
Any suggestions or tips would be greatly appreciated.