¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Simple example of interfacing Octave with nanoVNA #octave


 

On Tue, Dec 17, 2019 at 05:57 AM, <bryburns@...> wrote:


On Mon, Dec 16, 2019 at 02:17 PM, <erik@...> wrote:


You need to load the instrumentation library
To clarify how to load the instrumentation library use the Octave command:

"pkg load instrument-control" from the Octave command-line prompt. But don't
use the quote marks.

--
Bryan, WA5VAH
Hi to all , I've solved the problem . The instrument-control pakage was installed.
The mistake is that I was using the COM14 , that need a different sintax like
hCom = nanoOpen("\\\\.\\COM14")
instead of original sintax
hCom = nanoOpen("COM14:")
To avoid this problem , I cleaned the register to free the not used COM port.
Many thanks for the support
Maurizio IZ1MDJ

Join [email protected] to automatically receive all group messages.