0% found this document useful (0 votes)
353 views3 pages

LabVIEW Hobbyist Toolkit Problem With Arduino Leonardo

The document discusses issues encountered when trying to use an Arduino Leonardo integrated with a Lattepanda delta 432 running Windows 10 and LabVIEW. After selecting options in the Firmware Wizard and correct COM port, uploading the hex file resulted in an error message and log indicating the process did not finish or had an error. Launching a sample VI also resulted in an error, meaning the firmware was not installed on the target Arduino board.

Uploaded by

Lord Levon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
353 views3 pages

LabVIEW Hobbyist Toolkit Problem With Arduino Leonardo

The document discusses issues encountered when trying to use an Arduino Leonardo integrated with a Lattepanda delta 432 running Windows 10 and LabVIEW. After selecting options in the Firmware Wizard and correct COM port, uploading the hex file resulted in an error message and log indicating the process did not finish or had an error. Launching a sample VI also resulted in an error, meaning the firmware was not installed on the target Arduino board.

Uploaded by

Lord Levon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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).

You might also like