10-30-2012 05:24 AM
Anyone have the driver for arduino leonardo?
Or anyone know how to change the original driver to use the arduino leonardo?
Currently I having an Arduino Leonardo and I have no idea on how to make it communicate with labview.
I can't find the Visa COM port for my Arduino board in the VISA I/O drop list.
Any ideas?
Solved! Go to Solution.
10-30-2012 08:53 AM
No one answering. >.<
10-30-2012 09:49 AM
The following web page provides a procedure for installing the USB drivers for Leonardo on Windows.
Let me know if that doesn't work as other procedures are available.
hrh1818
10-30-2012 10:51 AM
Thank for replying but I was talking about LIFA for Arduino Leonardo. I know how to install the Leonardo driver to Windows.
I having a task to use LabView to communicate with Arduino Leonardo. And I found the lastest version of LIFA 30August2012 only have UNO,Dimuelanove and Mega 2560.
Anyone have the idea on how to communicate LabView with Leonardo?
10-30-2012 12:26 PM
As of this date you can not use LIFA with Leonardo. The biggest hang up is AdaFruit's Afmotor library. To improve performance the Afmotor library directly accesses registers in the CPU. However, the configuration of the registers on the Leonardo are different than on the Uno. There is no estimated date as to when AdaFruit will upgrade the Afmotor library.
This topic was also discused in the thread "Leonardo Interfacing with Labview" and the starting date for the thread was June 28, 2012.
You faked me out when you asked for the driver for Leonardo.
hrh1818
10-30-2012 05:42 PM
Sorry, my bad. I'm not used to this kind of glossary yet. Thank for the help.
12-12-2012 01:23 PM
Hi,
are there any news to use LIFA with the Leonardo?
12-12-2012 01:37 PM
The big hang up is the AFMotor library does not work with Leonardo. According to this web page
<http://forums.adafruit.com/viewtopic.php?f=31&t=31333> "There is no ETA or guarantee we will be able to adapt the Motor Shield to leonardo.".
hrh1818
02-04-2013 10:56 AM
Why is support for the Leonardo board dependent upon any single library?
02-07-2013 03:30 PM
I don't have a Leonardo, but if what hrh1818 said is correct it sounds like we should be able to remove the motor driver code from LIFA and everything will work? Can someone with a leonardo try this?
-Sam K
LIFA Developer