Buy Contact NSDSP Home

nsdsp_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

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.