nsdsp_list_get_version
nsdsp_list_get_version
This function returns the version number for one of the NSDSP programmers in the NSDSP List object.
Syntax
int nsdsp_list_get_version(
nsdsp_list_t list,
int index
);
Parameters
list - a reference to the list of NSDSP programmers returned by the nsdsp_list_create function
index - a zero based index to select the programmer.
Return
The function returns the version, or zero if the index is out of range.
Notes
NSDSP Programmer version number is a 4-digit BCD number which consists of hardware version and firmware version. The first 2 digits represent the hardware version (for example 01 for NSDSP-1, 02 for NSDSP-2 etc.) and the last 2 digits represent the firmware version. For example, 0x0205 represents NSDSP-2 with firmware version 05.
The firmware version may be higher than the library can support. In this case, you should not connect to the programmer and should get newer version of the library. You can verify the compatibility by passing the version number to nsdsp_version_ok function.
Minimum library version - 163
© 2007-2026 Northern Software Inc. All Rights Reserved.