FX3ConnectionConnect Method |
Attempts to program the selected FX3 board with the application firmware. The FX3 board should be programmed
with the ADI bootloader.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic void Connect(
string FX3SerialNumber
)
Public Sub Connect (
FX3SerialNumber As String
)
public:
void Connect(
String^ FX3SerialNumber
)
member Connect :
FX3SerialNumber : string -> unit
Parameters
- FX3SerialNumber
- Type: SystemString
Serial number of the device being connected to.
See Also