nsdsp_connect
nsdsp_free nsdsp_get_error nsdsp_get_serial nsdsp_get_version nsdsp_adjust_vdd nsdsp_adjust_vpp nsdsp_set_vdd_override nsdsp_set_rate nsdsp_set_flow_control nsdsp_use_alt_mclr nsdsp_use_method nsdsp_ignore_eeprom nsdsp_ignore_uid nsdsp_allow_otp nsdsp_config_jtag nsdsp_config_debug nsdsp_config_lvp nsdsp_config_cksw nsdsp_config_wdt nsdsp_reset_after_prog nsdsp_set_debug_magic nsdsp_set_debug_rom nsdsp_set_debug_ram nsdsp_set_debug_cores nsdsp_start_spi_session nsdsp_start_uart_session nsdsp_start_prog_session nsdsp_start_debug_session nsdsp_end_sessionnsdsp_connect
This function connects to an NSDSP programmer
Syntax
nsdsp_t nsdsp_connect(
char* serial
);
Parameters
serial - a serial number of the NSDSP programmer. If there is only one programmer, you can use NULL. If you specify NULL when several programmers are present, the library may connect to any of the programmers.
Return
The function returns the newly created NSDSP object or NULL if connection fails.
On Windows, there are two versions of this function - nsdsp_connect_a (for ASCII) and nsdsp_connect_w (for UNICODE). The "nsdspif.h" file maps nsdsp_connect to one of these functions depending on whether UNICODE is defined or not.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.