This function returns the FPGA Version.
unsigned short JNMMGetFPGAVersion();
For collecting the FPGA version.
Fpga= JNMMGetFPGAVersion(); printf("FPGA Version = %d",Fpga);
Last updated 5 years ago