-
It looks like currently the return value from the read/write method (in scpi_interface_t) is not taken into account.
My use case:
I made an interface to a TCP socket, this all works. But when f…
-
Hi Davidbarcons,
Thank you for sharing you iTC and iPS driver. It is fantastic.
I am a technical support engineer working for Oxford Instruments China. And running the Demo Lab here. I noticed tha…
-
I absolutely do not understand how to use the library. Can you explain what exactly it does and for what? In the near future, I need to write software that will send SCPI commands for the equipment an…
-
Thank you very much for your effort at creating such a great work.
I want to connect the ESP32 with a cable for the serial communication but the linx library giving connection error. The library w…
-
The Keysight and Agilent instrument lines typically implement commands that can have various forms. For example, all of these are the same command:
```
# Definition:
[:SOURce[c]]:FUNCtion[:SHAPe]…
-
According to the SCPI specification, Infinity, Negative Infinity, and Not a Number each have special floating point values which should be returned to the user, however the parser will return strings …
-
I am working on a CW generator and implemented this parser.
Sending commands from the arduino IDE works fine.
Communication from PUTTY or any other terminal program wil send no reply after sen…
-
Hi!
I would like to transfer a large arbitrary block data to the device, chunk by chunk, since it can't fit all at once inside device RAM memory. Currently, I think, SCPI_ParamArbitraryBlock expect…
-
I was asked to add a help mechanism to list all currently supported scpi commands. Hopefully I haven't overlooked another implementation somewhere. I'd love to hear your thoughts on the approach desc…
-
I am having this strange issue which happens aprx 75% of the time. When I run image.sh and it tries to clone some repository. It just hangs there where it says `cloning into ...`
I waited 10-15 minut…