usbtmc icon indicating copy to clipboard operation
usbtmc copied to clipboard

Go library to communicate with a USB Test and Measurement Class (USBTMC) interface

Results 2 usbtmc issues
Sort by recently updated
recently updated
newest added

It appears the Agilent/Keysight U2751A 4x8 2-wire switch matrix uses usbtmc-usb488 subclass.

In `device.go` the `Read(p []byte)` method uses a fixed length of 1024 to read the USBTMC bulk-in endpoint. Seems like I should refactor this.