scpi-parser icon indicating copy to clipboard operation
scpi-parser copied to clipboard

Open Source SCPI device library

Results 39 scpi-parser issues
Sort by recently updated
recently updated
newest added
trafficstars

It looks like the documentation is out of date, f.e. https://www.jaybee.cz/scpi-parser/basic/callback/ has broken links, like:https://www.jaybee.cz/scpi-parser/api/SCPI_ParamInt Also SCPI_ParamInt seems to no longer exists, but is SCPI_ParamInt[32|64]?

I want to use the Full error list. When i push error, the error number reported is good but the string returned is always: Unknow Error Example: int16_t err; err=SCPI_ERROR_SYNTAX;...

how can i install scpi-parser on window7(10)?

Hi everyone, I've ported SCPI parser to Arduino. I've tested it on a Teensy 4.1 board over USB Serial. You can see the port here: https://github.com/sfeister/scpi-parser-arduino I haven't yet posted...

Hi, I tried to compile the vxi11 example and looks like either the vxi11.h is missing or the rpc source file, which the vxi11.h will be generated from... Or I...

Hello, I am having a problem sending decimal value like 2.8 to an STM32 DAC, it worked for me only with integer values. for a DAC in 12 bits mode...

well, i would like to use this scpi-parser in a mutithread application, is there any guides? thanks.

I'm playing with the `CONFigure:VOLTage:DC` from examples using pyVISA under linux against the `test-tcp` example. Python: ``` >>> dev.write('CONFigure:VOLTage:DC 1,3') 25 >>> dev.write('CONFigure:VOLTage:DC 1, 3') 26 >>> dev.write('CONFigure:VOLTage:DC 1 ,...

Hello, are there any plans to decouple the state model from the SCPI parser? In my current application scenario of virtualized instruments, I aim to support both SCPI and IVI...