LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

arduino + labview SPI interface

hey,

i m trying to interface arduino uno and labview....

i developed the block diagram... the baud rate i m using is (38400)... i m trying to read a register of cc1101 that has 1 byte value (for example 0x74)...

i m using SPI mode 0 and clock dividor of 4....


i get an error "

Error 5005 occurred at Unable to find Arduino.  Please make sure the Arduino is connected to your system and that the Arduino drivers are installed."


my arduino is being detected successfully.... i ve drivers updated....  cant figure out the issue....... can any 1 help plxxx?

0 Kudos
Message 1 of 2
(3,369 Views)

Make sure that you review the official error documentation:  http://digital.ni.com/public.nsf/allkb/3DFDB07DC04B036686257885005981E1  (some people have had success with re-installing NI VISA IIRC).

Also, the Arduino Uno requires a baudrate of 115200.

0 Kudos
Message 2 of 2
(3,027 Views)