12-20-2012 12:15 AM
I've never used MAX while also using Arduino so I'm not sure that it shows up at all in there. I would assume not. If it's shown in the device manager then it should be visible to LabVIEW. You may consider hard wiring the Arduino Init VI with the correct COM port to see if that fixes it.
nellly wrote:
Thx but I have another issue.
Was the first issue resolved then?
12-20-2012 09:49 AM
Yes first issue resolved thx.
03-13-2013 06:15 AM
Hi.
I have the same problem.
err: LIFA_Base.ino:39: undefined reference to `syncLV()'
How did you resolve the first issue?
Thnx
09-16-2014 09:34 PM
and open LIFABase with arduino software.
12-30-2014 12:25 PM
Hi I have install this version 2.2.0.79 and I have Arduino 1.0.5 but I have this problem:
LabVIEWInterface.ino: In function 'void processCommand(unsigned char*)':
LabVIEWInterface.ino:150: warning: left shift count >= width of type
LabVIEWInterface.ino:150: warning: left shift count >= width of type
C:\Program Files (x86)\Arduino1\Arduino\libraries\LiquidCrystal/LiquidCrystal.h:117: error: 'void LiquidCrystal::init(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)' is private
LabVIEWInterface:362: error: within this context
I need to communicate labview with arduino but before I have to compile it....I do not know help me
01-05-2015 04:56 AM
Hi, I am also having the same problem. Have you been able to solve it?