Skip to content

Tags: MisterHW/scpi-parser

Tags

v2.2

Toggle v2.2's commit message
Resolve unused argument warning in SCPI_ErrorAddInternal

info_len may be unused if USE_DEVICE_DEPENDENT_ERROR_INFORMATION is 0

v2.1

Toggle v2.1's commit message
Correct text parameter example

v2.0

Toggle v2.0's commit message
v2.0: New parser with better specification compliance

v2.0_beta2

Toggle v2.0_beta2's commit message
Solve j123b567#16 Multiple Identical Capabilities

Now it is possible to have pattern OUT#:FREQuency
and commands OUT1:FREQ, OUT2:FREQ and OUT:FREQ

Unsupported range is up to user

In handler function, just call SCPI_CommandNumbers and it will fill
appropriate array

v2.0_beta1

Toggle v2.0_beta1's commit message
Refactoring of arbitrary data, special numbers

 - refactoring of handling arbitrary program data
 - refactoring of handling special numbers and bool as choice

v1.2

Toggle v1.2's commit message
Fix findCommand const parameter (pull-request j123b567#17)

v1.1

Toggle v1.1's commit message
Added new features

	- boolean parameters (andrey-nakin)
	- choice parameters (andrey-nakin)
	- correct result of SYSTEM:VERSION
	- add support for custom IDN
	- resolved some bugs

v1.0

Toggle v1.0's commit message
Version 1.0 - Basic SCPI parser