jancumps / pico_scpi_usbtmc_labtool

LabVIEW compatible instrument on a Raspberry Pico
https://github.com/jancumps/pico_scpi_usbtmc_labtool/wiki
MIT License
12 stars 16 forks source link

delegated handling of SRQ to USBTMC code #48

Closed jancumps closed 11 months ago

jancumps commented 11 months ago

The SCPI lib does not know how SRQ handling in USBTMC has to happen.
I don't know either.

To ease later development, and to take this burden away from the SCPI lib, I made the SCPI lib call a placeholder function in the USBTMC part of the code.

No functional change, but clarification of responsibillities.

the new setControlReply() function doesn't do anything,
but I put in the comments my trial code, based on reading specs and opinions.