LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Teensy 3.x with LabView & LIFA

Got the LIFA sync to work by ?fixing? the assignment in LabVIEWInterface.ino of line 710,

unsigned char checksum;;

to

unsigned char checksum = 0;

Teensy's 2 & 3 work up to this point, but my Uno isn't...  I think that's far enough along to switch over to Linx now.  See y'all over there.

Mark

0 Kudos
Message 11 of 13
(1,528 Views)

hey, what a great news !

congratulation for the perseverance, and thanks again for the sharing.

antoine

0 Kudos
Message 12 of 13
(1,528 Views)

Just to be clear, I didn't test all of LIFA - just the SYNC that was breaking.  After that, and seeing there are apparently some platform related inconsistencies, I decided it was probably good enough to go over to Linx.  If someone tries the rest of LIFA and it works after that tweak, that'd be fun to know.

0 Kudos
Message 13 of 13
(1,528 Views)