/// <summary> /// Read the controllers' serial number and output as a string list /// </summary> /// <returns></returns> public static string[] GetDeviceList() { USBInterface hid = new USBInterface(PID, VID); return(hid.GetDeviceList()); }