You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/DeveloperInfo/Device_protocol_v13.tex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ \section{Hardware interface}
174
174
Depending on the LibreVNA, different hardware interfaces may be used for the implementation of this protocol.
175
175
176
176
\subsection{USB device}
177
-
The LibreVNA implements a ``custom class'' USB device. It uses a VID of 0x0483 and a PID of 0x4121. The custom class contains a single interface with three bulk endpoints:
177
+
The LibreVNA implements a ``custom class'' USB device. It uses a VID of 0x1209 and a PID of 0x4121. The custom class contains a single interface with three bulk endpoints:
178
178
\begin{itemize}
179
179
\item\textbf{Endpoint 0x01:} Communication data from the USB host to the LibreVNA
180
180
\item\textbf{Endpoint 0x81:} Communication data from the LibreVNA to the USB host
@@ -766,7 +766,7 @@ \subsection{DeviceInfo}
766
766
%\insertTableNotes % tell LaTeX where to insert the table-related notes
767
767
\endlastfoot
768
768
769
-
0 & 2 & UINT16 & ProtocolVersion & Set to 12. If another value is reported, refer to the corresponding protocol description.\\
769
+
0 & 2 & UINT16 & ProtocolVersion & Set to 13. If another value is reported, refer to the corresponding protocol description.\\
770
770
2 & 1 & UINT8 & FW\_major & Major firmware version \\
771
771
3 & 1 & UINT8 & FW\_minor & Minor firmware version \\
772
772
4 & 1 & UINT8 & FW\_patch & Patch of the firmware version \\
0 commit comments