Skip to content

Commit

Permalink
Added hid transport documentation section.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzo committed Oct 23, 2024
1 parent e31f7e0 commit 790f203
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions section-transports.tex
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,16 @@ \section{vicp}
ngscopeclient myscope:lecroy:vicp:192.0.2.9
\end{lstlisting}

\section{hid}

This transport layer is usually used by binary drivers to communicate with Test \& Measurement equiment over USB.

This transport takes two arguments: vendor ID (hex) and product ID (hex).

Optionally a third argument can be added with the instrument's serial number.
If not provided, the instrument's serial number is automatically pulled at first connection and stored in the connection string.

Example:
\begin{lstlisting}[language=sh, numbers=none]
ngscopeclient AlientekDP100:alientek_dp:hid:2e3c:af01
\end{lstlisting}

0 comments on commit 790f203

Please sign in to comment.