libreVNA Communication with MATLAB #217
Frankshah007
started this conversation in
General
Replies: 1 comment 10 replies
-
There is no direct support for Matlab. The LibreVNA uses a custom USB protocol, which explains why it does not show up as a COM port. And even if it did, you would need to implement the protocol between the LibreVNA and the LibreVNA-GUI. It is documented here, but I don't recommend you try that route (you would need to implement all the data parsing and VNA calibration routines yourself, since these are handled on the PC-side). Instead, I suggest you look into controlling the LibreVNA-GUI via Matlab (it supports SCPI over a TCP-Server, I am sure Matlab can work with that). The documentation for the SCPI API is here. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I wanted to connect my libreVNA with MATLAB. As it doesnot create any COM port, I am having difficulties to coonect with MATLAB. Can anyone give me a code for MATLAB to handshake with libreVNA ? Any ideas is highly appreciated.
Thank You Everyone
Beta Was this translation helpful? Give feedback.
All reactions