Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware, GPAD_API, Extension, "i" and "j" Commands for Information / Full Status #88

Open
ForrestErickson opened this issue Nov 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ForrestErickson
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A controller will need to know information about the peripheral.

The manufacturer name
The model number
The firmware name and version number
Firmware compile date and time
The serial number (MAC)
The IPAddress if there is one.
User settings (volume level for example)

Describe the solution you'd like
A clear and concise description of what you want to happen.
Send an "i" to the device
The device returns a human readable list of the information.

Send an "j" to the device
The device returns a JSON file of the information.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Consider using the SCPI information request command "*IDN?" for system identifying fields,
See setion 4.1.3.6 *IDN? in document: https://www.ivifoundation.org/downloads/SCPI/scpi-99.pdf

A fuller table 4.1.1 IEEE Mandated Commands is on page 15.

Additional context
Add any other context or screenshots about the feature request here.

@ForrestErickson ForrestErickson added the enhancement New feature or request label Nov 20, 2024
@nk25719 nk25719 added this to the Firmware Release milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants