My PC is Lattepanda delta 432 with windows 10 pro and LabVIEW 21.0.1f2 (32 bit).
I downloaded & installed LabVIEW Hobbyist toolkit from NI.com.
I’m trying to use Arduino Leonardo integrated in Lattepanda delta 432.
1) After opening Tools-> Hobbyist->Firmware Wizard I selected this options.
2) After clicking next button I selected correct COM Port (COM4).
3) After I selected this options and clicked to next button.
4) When uploading hex file finished I got this message and this log.
------------------------------------------------------------------------------------------------------
avrdude_ard.exe: Version 6.0.1, compiled on Mar 30 2015 at 14:56:06
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "avrdude_ard.conf"
Using Port : COM4
Using Programmer : avr109
Overriding Baud Rate : 57600
avrdude_ard.exe: ser_open(): can't open device "\\.\COM4": The system cannot find the file specified.
avrdude_ard.exe: ser_send(): write error: sorry no info avail
------------------------------------------------------------------------------------------------------
5) This log means that process not finished or finished with error.
6) After launching LINX - Blink (Simple).vi example I got an error 5003.
7) This error means that firmware not instaled on target(Arduino Leonardo).