FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix ID · python-ivi/python-usbtmc@fc81ee9 · GitHub

This repository was archived by the owner on Feb 2, 2026. It is now read-only.
/ python-usbtmc Public archive

Commit fc81ee9

Browse files
committed
Fix ID
1 parent 4d17bc3 commit fc81ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎usbtmc/usbtmc.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def find_device(idVendor=None, idProduct=None, iSerial=None):
156156
return None
157157

158158
for dev in devs:
159-
if idVendor == 0x0957 and idProduct == 0x2818:
159+
if idVendor == 0x0957 and idProduct == 0x2918:
160160
# Agilent U2701A/U2702A (normal or firmware update mode)
161161
if dev.idVendor != 0x0957 or dev.idProduct not in [0x2818, 0x2918]:
162162
continue

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL