SCPI parser and status register model implementation (device side) written in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ondřej Hruška 75474aae9c added more builtins 11 years ago
.gitignore Initial commit 11 years ago
LICENSE Initial commit 11 years ago
Makefile added skeleton for required SCPI SYST and STAT commands 11 years ago
README.md Initial commit 11 years ago
errorgen.php error table and error string building function added 11 years ago
main.c added skeleton for required SCPI SYST and STAT commands 11 years ago
scpi.pro added skeleton for required SCPI SYST and STAT commands 11 years ago
scpi.pro.user implemented default commands and SRQ callback 11 years ago
scpi_builtins.c added more builtins 11 years ago
scpi_builtins.h added skeleton for required SCPI SYST and STAT commands 11 years ago
scpi_errors.c parser now uses error queue 11 years ago
scpi_errors.h integrated error queue, added builtin command support. TODO use error queue for command errors 11 years ago
scpi_parser.c added skeleton for required SCPI SYST and STAT commands 11 years ago
scpi_parser.h added skeleton for required SCPI SYST and STAT commands 11 years ago
scpi_regs.c implemented default commands and SRQ callback 11 years ago
scpi_regs.h implemented default commands and SRQ callback 11 years ago
style.astylerc initial 11 years ago

README.md

scpi_parser

SCPI C implementation for embedded devices