Skip to content

Commit 6901278

Browse files
committed
update documentation
1 parent 853cf31 commit 6901278

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-48.1 KB
Binary file not shown.

Documentation/DeveloperInfo/Device_protocol_v13.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ \section{Hardware interface}
174174
Depending on the LibreVNA, different hardware interfaces may be used for the implementation of this protocol.
175175

176176
\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:
178178
\begin{itemize}
179179
\item \textbf{Endpoint 0x01:} Communication data from the USB host to the LibreVNA
180180
\item \textbf{Endpoint 0x81:} Communication data from the LibreVNA to the USB host
@@ -766,7 +766,7 @@ \subsection{DeviceInfo}
766766
%\insertTableNotes % tell LaTeX where to insert the table-related notes
767767
\endlastfoot
768768

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.\\
770770
2 & 1 & UINT8 & FW\_major & Major firmware version \\
771771
3 & 1 & UINT8 & FW\_minor & Minor firmware version \\
772772
4 & 1 & UINT8 & FW\_patch & Patch of the firmware version \\

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is the improved version of my [first attempt](https://www.github.com/jankae
1717
* Download the latest [Release](https://github.com/jankae/LibreVNA/releases) and unpack the zip file
1818
* Install the required libraries:
1919
```console
20-
sudo apt install libqt6widgets6
20+
sudo apt install libqt6widgets6 libqt6svg6
2121
```
2222
* Install the udev rule (otherwise you don't have the permissions to access the USB device):
2323
```console

0 commit comments

Comments
 (0)